test/operation_test.rb in trailblazer-operation-0.8.0 vs test/operation_test.rb in trailblazer-operation-0.9.0

- old
+ new

@@ -18,10 +18,10 @@ @@GLOBAL << :model end end MyOp.({}) - MyOp.global.inspect.must_equal %{[:call, :model]} + assert_equal MyOp.global.inspect, %{[:call, :model]} end #--- #- step, pass, fail