Skip to content

Commit

Permalink
Disable Spring by default when running executable - grosser#301
Browse files Browse the repository at this point in the history
I don't know very much about rake tasks, so I don't know how to fix if it is running with rake, but this fixes bundle exec parallel_rspec.
  • Loading branch information
soberstadt committed Nov 30, 2015
1 parent 162b97c commit 3d8406e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bin/parallel_rspec
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,6 @@ $LOAD_PATH << "#{root}/lib" if File.exist?("#{root}/Gemfile")

require "parallel_tests"

ENV['DISABLE_SPRING']='1'

ParallelTests::CLI.new.run(["--type", "rspec"] + ARGV)

0 comments on commit 3d8406e

Please sign in to comment.