test/unit/call_tests.rb in much-stub-0.1.6 vs test/unit/call_tests.rb in much-stub-0.1.7
- old
+ new
@@ -12,12 +12,12 @@
@unit_class = MuchStub::Call
@pargs = [Factory.string, Factory.integer]
@kargs = {
one: 1,
- two: 2
+ two: 2,
}
- @block = -> {}
+ @block = ->{}
end
end
class InitWithNoArgsTests < UnitTests
desc "when init with no args"