You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
box-o-sand/map-mash/spec/controllers/maps_controller_spec.rb

17 lines
185 B

require 'spec_helper'
describe MapsController do
describe "GET index" do
end
describe "GET show" do
end
describe "GET new" do
end
describe "POST create" do
end
end