Skip to content

Commit

Permalink
Don't try to create a user after Sandbox (auto created in spree:insta…
Browse files Browse the repository at this point in the history
…ll),

Fixes #2252

Fixes #2254
  • Loading branch information
GeekOnCoffee authored and radar committed Nov 28, 2012
1 parent 4ead5eb commit 5d91bc2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/sandbox.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,3 @@ echo "gem 'spree', :path => '..'" >> Gemfile
echo "gem 'spree_auth_devise', :github => 'spree/spree_auth_devise', :branch => 'edge'" >> Gemfile
bundle install --gemfile Gemfile
rails g spree:install --auto-accept --user_class=Spree::User
bundle exec rake spree_auth:admin:create

0 comments on commit 5d91bc2

Please sign in to comment.