diff options
Diffstat (limited to 'spec/views/routes/show.html.erb_spec.rb')
| -rw-r--r-- | spec/views/routes/show.html.erb_spec.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/spec/views/routes/show.html.erb_spec.rb b/spec/views/routes/show.html.erb_spec.rb index 090624fbf..1984a0d25 100644 --- a/spec/views/routes/show.html.erb_spec.rb +++ b/spec/views/routes/show.html.erb_spec.rb @@ -5,7 +5,6 @@ describe "/routes/show", :type => :view do assign_referential let!(:line) { assign :line, create(:line) } let!(:route) { assign :route, create(:route, :line => line) } - let!(:stop_points) { assign :stop_points, Array.new(2) { create(:stop_point) }.paginate } let!(:map) { assign(:map, double(:to_html => '<div id="map"/>'.html_safe)) } it "should render h2 with the route name" do |
