aboutsummaryrefslogtreecommitdiffstats
path: root/spec
diff options
context:
space:
mode:
Diffstat (limited to 'spec')
-rw-r--r--spec/views/networks/show.html.erb_spec.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/spec/views/networks/show.html.erb_spec.rb b/spec/views/networks/show.html.erb_spec.rb
index 9c4f34f96..08ecdd95d 100644
--- a/spec/views/networks/show.html.erb_spec.rb
+++ b/spec/views/networks/show.html.erb_spec.rb
@@ -13,7 +13,6 @@ describe "/networks/show" do
it "should display a map with class 'network'" do
render
- puts rendered
rendered.should have_selector("#map")
end