aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTeddy Wing2017-08-07 11:52:58 +0200
committerTeddy Wing2017-08-07 11:52:58 +0200
commitf1ee86f4c44e6f3256fa1bc514bdc6802a9bafc3 (patch)
treef5c2586463367d30316cca58934fe3b5dea84234
parent1db9e40adc4c20372102032085521ad3eeab8d3b (diff)
downloadchouette-core-f1ee86f4c44e6f3256fa1bc514bdc6802a9bafc3.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.
-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