orbit4-5/test/controllers/announcements_controller_te...

15 lines
248 B
Ruby
Raw Normal View History

2014-04-01 07:10:21 +00:00
require 'test_helper'
class AnnouncementsControllerTest < ActionController::TestCase
test "should get index" do
get :index
assert_response :success
end
test "should get show" do
get :show
assert_response :success
end
end