Starting on on the map

This commit is contained in:
Will Marshall
2014-06-05 12:18:26 +10:00
parent 634af96a66
commit 82ab14a33e
16 changed files with 5049 additions and 2 deletions

View 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