From 9dc31d725f142ac1219a3f4048cfa5073f189a48 Mon Sep 17 00:00:00 2001 From: Andrew Hooker Date: Wed, 12 Jun 2013 07:16:01 -0500 Subject: [PATCH] Remove Gemfile.lock within build.sh to make testing easier --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index e36cd7f152f..beb2bd0ce68 100755 --- a/build.sh +++ b/build.sh @@ -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 \ No newline at end of file +cd ../sample; bundle install; bundle exec rake test_app; bundle exec rspec spec