diff options
| author | Alban Peignier | 2012-05-30 09:47:25 +0200 | 
|---|---|---|
| committer | Alban Peignier | 2012-05-30 09:47:25 +0200 | 
| commit | 0f9cec96c44a1102b0964123d26809cc1e2bab8f (patch) | |
| tree | bae9885d7c5f3f7f448dd8d4f38436fe594f3fe4 /spec | |
| parent | ee0f3849cb6a2278783aabb166fb5c2661cdb400 (diff) | |
| download | chouette-core-0f9cec96c44a1102b0964123d26809cc1e2bab8f.tar.bz2 | |
Remove a nice puts
Diffstat (limited to 'spec')
| -rw-r--r-- | spec/views/networks/show.html.erb_spec.rb | 1 | 
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  | 
