diff options
| author | mo khan <mo@mokhan.ca> | 2014-05-21 22:00:04 -0600 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2014-05-21 22:00:04 -0600 |
| commit | 959bd343e0bae6a06bf1a04c41c58401dea8eec3 (patch) | |
| tree | 740d2a9d30c24c6ae147a998339b6919228b7e22 /spec/controllers/tutorials_controller_spec.rb | |
| parent | 802e38c704c8a2534a4d489ff18d14e62460c437 (diff) | |
move dashboard to my/dashboard.
Diffstat (limited to 'spec/controllers/tutorials_controller_spec.rb')
| -rw-r--r-- | spec/controllers/tutorials_controller_spec.rb | 4 |
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 |
