mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-03-27 06:05:19 +00:00
Starting on on the map
This commit is contained in:
8
spec/controllers/map_controller_spec.rb
Normal file
8
spec/controllers/map_controller_spec.rb
Normal file
@@ -0,0 +1,8 @@
|
||||
require 'spec_helper'
|
||||
|
||||
describe MapController do
|
||||
it "loads all visible enterprises" do
|
||||
Enterprise.should_receive(:visible)
|
||||
get :index
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user