update maps spec
This commit is contained in:
parent
8ef847bd6d
commit
bbc36de628
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ RSpec.describe MapsController, type: :controller do
|
||||||
|
|
||||||
describe 'GET #index' do
|
describe 'GET #index' do
|
||||||
it 'viewable maps as @maps' do
|
it 'viewable maps as @maps' do
|
||||||
get :index, {}
|
get :activemaps
|
||||||
expect(assigns(:maps)).to eq([map])
|
expect(assigns(:maps)).to eq([map])
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue