Skip to content

Commit

Permalink
Remove Gemfile.lock within build.sh to make testing easier
Browse files Browse the repository at this point in the history
  • Loading branch information
GeekOnCoffee authored and radar committed Aug 9, 2013
1 parent a9dcfe4 commit 9dc31d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@ cd ../frontend; set_gemfile; rm_gemfile_lock; bundle install; bundle exec rspec

# Spree Sample
echo "Setup Spree Sample and running RSpec..."
cd ../sample; bundle install; bundle exec rake test_app; bundle exec rspec spec
cd ../sample; bundle install; bundle exec rake test_app; bundle exec rspec spec

0 comments on commit 9dc31d7

Please sign in to comment.