Skip to content

Commit

Permalink
changing the installation order as devise was generating rails unit t…
Browse files Browse the repository at this point in the history
…ests instead of rspec specs
  • Loading branch information
brunograsselli committed Jan 28, 2012
1 parent 99223e8 commit fd0071f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.rb
Expand Up @@ -4,8 +4,8 @@

run 'bundle install'

generate 'rspec:install'
generate 'devise:install'
generate 'devise User'
generate 'rspec:install'

puts 'Done!'

0 comments on commit fd0071f

Please sign in to comment.