Skip to content

Commit

Permalink
removing devise for now
Browse files Browse the repository at this point in the history
  • Loading branch information
brunograsselli committed May 5, 2012
1 parent e1c5d51 commit 72f283e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions main.rb
Expand Up @@ -5,7 +5,6 @@
run 'curl https://raw.github.com/BrunoGrasselli/rails_template/master/templates/application.html.erb -o app/views/layouts/application.html.erb'
run 'curl https://raw.github.com/BrunoGrasselli/rails_template/master/templates/factory_girl.rb -o features/support/factory_girl.rb'

gem 'devise', '~> 2.0.0'
gem 'thin'

gem_group :test do
Expand All @@ -32,8 +31,6 @@
generate 'rspec:install'
generate 'cucumber:install'
generate 'pickle --path --email'
generate 'devise:install'
generate 'devise User'

%w{development test}.each do |env|
rake 'db:migrate', :env => env
Expand Down

0 comments on commit 72f283e

Please sign in to comment.