17 lines
185 B
Ruby
17 lines
185 B
Ruby
|
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
|