Skip to content

Commit 200878e

Browse files
committed
remove puts from test
1 parent 23f025e commit 200878e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

spec/cacheable/cacheable_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ def outer_method
133133
end
134134

135135
def inner_method
136-
puts 'inner_method'
136+
'inner_method'
137137
end
138138
end
139139
end

0 commit comments

Comments
 (0)