aboutsummaryrefslogtreecommitdiffstats
path: root/spec/controllers/routes_controller_spec.rb
diff options
context:
space:
mode:
authorMichel Etienne2012-06-29 10:11:36 +0200
committerMichel Etienne2012-06-29 10:11:36 +0200
commit8ccb51a3fd3907388ccaa02652a50af5e2ac08e0 (patch)
tree5144f13f0b6b4fbeb2fcad35a8d9f14f03a8331f /spec/controllers/routes_controller_spec.rb
parent56de2324949f9035ccb30f0ddbf86a2b6b3aebc3 (diff)
parent7159c4509e4b9e28786165339c9be1f465419b92 (diff)
downloadchouette-core-8ccb51a3fd3907388ccaa02652a50af5e2ac08e0.tar.bz2
Merge branch 'master' of chouette.dryade.priv:/srv/git/chouette2
Diffstat (limited to 'spec/controllers/routes_controller_spec.rb')
-rw-r--r--spec/controllers/routes_controller_spec.rb3
1 files changed, 1 insertions, 2 deletions
diff --git a/spec/controllers/routes_controller_spec.rb b/spec/controllers/routes_controller_spec.rb
index 9356e1a9a..e0485b77d 100644
--- a/spec/controllers/routes_controller_spec.rb
+++ b/spec/controllers/routes_controller_spec.rb
@@ -67,9 +67,8 @@ describe RoutesController do
it_behaves_like "route, line and referential linked"
- it "assigns RouteMap.new( referential, route) as @map" do
+ it "assigns RouteMap.new(route) as @map" do
assigns[:map].should be_an_instance_of(RouteMap)
- assigns[:map].referential.should == referential
assigns[:map].route.should == route
end