agenda-libre-ruby/test/controllers/maps_controller_test.rb

10 lines
161 B
Ruby

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