test/surrounded_context_test.rb in surrounded-0.7.2 vs test/surrounded_context_test.rb in surrounded-0.7.3

- old
+ new

@@ -122,10 +122,10 @@ module OtherUser def a_method!; end end end -describe Surrounded::Context, '.setup' do +describe Surrounded::Context, '.initialize' do it 'defines an initialize method accepting the same arguments' do assert_equal 2, RoleAssignmentContext.instance_method(:initialize).arity end end \ No newline at end of file