1
0
Fork 0
find-us-lunch/test/controllers/home_controller_test.rb

10 lines
159 B
Ruby
Raw Normal View History

2014-10-02 16:35:55 -04:00
require 'test_helper'
class HomeControllerTest < ActionController::TestCase
test "should get show" do
get :show
assert_response :success
end
end