diff --git a/test/functional/alerts_controller_test.rb b/test/functional/alerts_controller_test.rb index 5f146ca..8de454a 100644 --- a/test/functional/alerts_controller_test.rb +++ b/test/functional/alerts_controller_test.rb @@ -3,6 +3,8 @@ require 'test_helper' class AlertsControllerTest < ActionController::TestCase setup do @alert = alerts(:one) + @alert = alerts(:two) + @alert = alerts(:three) end test "should get index" do