test/test_helper.rb in okkez-multi_auth-0.0.1 vs test/test_helper.rb in okkez-multi_auth-0.0.2

- old
+ new

@@ -39,10 +39,11 @@ # Setup all fixtures in test/fixtures/*.(yml|csv) for all tests in alphabetical order. # # Note: You'll currently still have to declare fixtures explicitly in integration tests # -- they do not yet inherit this setting + set_fixture_class({ :users => DummyUser }) fixtures :all # Add more helper methods to be used by all tests here... private @@ -77,6 +78,7 @@ def assert_flash_error assert_nil(assigns(:flash_notice)) assert_not_nil(assigns(:flash_error)) end + end