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 2  
3 3 describe TutorialsController do
4 4 describe 'view' do
5   - let!(:name) { "project_customization" }
  5 + let!(:name) { "analyzing" }
6 6  
7 7 before :each do
8 8 get :view, name: name
... ...