add fixtures to test or something
This commit is contained in:
parent
c28c038b9c
commit
4831fd71e8
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue