test/test_helper.rb in surrounded-0.4.1 vs test/test_helper.rb in surrounded-0.5.0

- old
+ new

@@ -18,10 +18,10 @@ end class TestContext extend Surrounded::Context - setup(:user, :other_user) + initialize(:user, :other_user) trigger :access_other_object do user.other_user.name end end \ No newline at end of file