1
0
Fork 0

add fixtures to test or something

This commit is contained in:
Andrew Tomaka 2013-06-27 00:55:11 -04:00
parent c28c038b9c
commit 4831fd71e8
1 changed files with 2 additions and 0 deletions

View File

@ -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