diff options
Diffstat (limited to 'script/spec')
-rwxr-xr-x | script/spec | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/script/spec b/script/spec index 46fdbe6e4..c967e2a83 100755 --- a/script/spec +++ b/script/spec @@ -6,5 +6,6 @@ else ENV["RAILS_ENV"] ||= 'test' require File.expand_path(File.dirname(__FILE__) + "/../config/environment") unless defined?(RAILS_ROOT) end +Rails.preinitialize # load bundler require 'spec/autorun' exit ::Spec::Runner::CommandLine.run |