Skip to content

Commit

Permalink
Rearrange requires such that tests pass.
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabe Berke-Williams committed Mar 25, 2012
1 parent 1c517d2 commit 4574f51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/spec_helper.rb
Expand Up @@ -6,11 +6,11 @@
ENV['RAILS_ENV'] = 'test'
ENV['BUNDLE_GEMFILE'] ||= TESTAPP_ROOT + '/Gemfile'

require "#{TESTAPP_ROOT}/config/environment"
require 'rspec'
require 'bourne'
require 'shoulda-matchers'
require 'rspec/rails'
require "#{TESTAPP_ROOT}/config/environment"

PROJECT_ROOT = File.expand_path(File.join(File.dirname(__FILE__), '..')).freeze

Expand Down

0 comments on commit 4574f51

Please sign in to comment.