Commit 892d40c65b990b36fc6f6282fa20704268a7028b

Authored by Rafael Manzo
1 parent 72e0a925

Fixed tutorial unit tests

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
spec/controllers/tutorials_controller_spec.rb
@@ -2,7 +2,7 @@ require 'spec_helper' @@ -2,7 +2,7 @@ require 'spec_helper'
2 2
3 describe TutorialsController do 3 describe TutorialsController do
4 describe 'view' do 4 describe 'view' do
5 - let!(:name) { "project_customization" } 5 + let!(:name) { "analyzing" }
6 6
7 before :each do 7 before :each do
8 get :view, name: name 8 get :view, name: name