aboutsummaryrefslogtreecommitdiffstats
path: root/spec
diff options
context:
space:
mode:
authorTeddy Wing2017-08-07 11:52:58 +0200
committerRobert2017-08-11 10:03:46 +0200
commita407ae36f611c15dc7985d65b369938315eebc20 (patch)
tree325482664f2739b73bad40787de040fa4e996466 /spec
parent57d8bc73baccd53b741d2b8a17601979a5a44cb2 (diff)
downloadchouette-core-a407ae36f611c15dc7985d65b369938315eebc20.tar.bz2
routes_controller_spec.rb: Remove old commented test
This test was commented out in 2015. Safe to say we can remove it now.
Diffstat (limited to 'spec')
-rw-r--r--spec/controllers/routes_controller_spec.rb4
1 files changed, 0 insertions, 4 deletions
diff --git a/spec/controllers/routes_controller_spec.rb b/spec/controllers/routes_controller_spec.rb
index 44f552a3b..4adf05ed2 100644
--- a/spec/controllers/routes_controller_spec.rb
+++ b/spec/controllers/routes_controller_spec.rb
@@ -73,10 +73,6 @@ RSpec.describe RoutesController, :type => :controller do
expect(assigns[:map]).to be_an_instance_of(RouteMap)
expect(assigns[:map].route).to eq(route)
end
-
- #it "assigns route.stop_points.paginate(:page => nil) as @stop_points" do
- # expect(assigns[:stop_points]).to eq(route.stop_points.paginate(:page => nil))
- #end
end
end