Files
prelang_test/test/controllers/landings_controller_test.rb
2014-02-27 23:58:20 +00:00

10 lines
165 B
Ruby

require 'test_helper'
class LandingsControllerTest < ActionController::TestCase
test "should get index" do
get :index
assert_response :success
end
end