Skip to content

Commit f573a31

Browse files
authored
Merge pull request #10 from splitwise/ar/fix_test_puts_output
remove puts from test
2 parents 23f025e + 200878e commit f573a31

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)