spec/macros_spec.rb in remarkable-3.0.8 vs spec/macros_spec.rb in remarkable-3.0.9
- old
+ new
@@ -19,8 +19,8 @@
describe "with blocks" do
subject { [1, 2, 3] }
should_not_single_contain(4)
- should_single_contain(4){ |array| array << 4 }
+ should_single_contain(4){ self << 4 }
end
end