From 4831fd71e868976807c9114d6bcff67da872d7f1 Mon Sep 17 00:00:00 2001 From: Andrew Tomaka Date: Thu, 27 Jun 2013 00:55:11 -0400 Subject: [PATCH] add fixtures to test or something --- test/functional/alerts_controller_test.rb | 2 ++ 1 file changed, 2 insertions(+) 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