summaryrefslogtreecommitdiff
path: root/spec/controllers/tutorials_controller_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/controllers/tutorials_controller_spec.rb')
-rw-r--r--spec/controllers/tutorials_controller_spec.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/spec/controllers/tutorials_controller_spec.rb b/spec/controllers/tutorials_controller_spec.rb
index abe32db5..3bf1a779 100644
--- a/spec/controllers/tutorials_controller_spec.rb
+++ b/spec/controllers/tutorials_controller_spec.rb
@@ -72,7 +72,7 @@ describe TutorialsController do
end
it "redirects to the created tutorial" do
- response.should redirect_to(dashboard_path)
+ response.should redirect_to(my_dashboard_path)
end
end
@@ -147,7 +147,7 @@ describe TutorialsController do
end
it "redirects to the tutorials list" do
- response.should redirect_to(dashboard_path)
+ response.should redirect_to(my_dashboard_path)
end
end
end