Sha256: 096dfe17b76170b0d08a6a52916e0f57d9051851e541f160efadf983d6fcad10

Contents?: true

Size: 483 Bytes

Versions: 26

Compression:

Stored size: 483 Bytes

Contents

# Configure Rails Envinronment
ENV["RAILS_ENV"] = "test"
require File.expand_path("../dummy/config/environment.rb",  __FILE__)

require 'rspec/rails'

ENGINE_RAILS_ROOT = File.join(File.dirname(__FILE__), '../')

# Requires supporting ruby files with custom matchers and macros, etc,
# in spec/support/ and its subdirectories.
Dir[File.join(ENGINE_RAILS_ROOT, "spec/support/**/*.rb")].each {|f| require f }

RSpec.configure do |config|
  config.use_transactional_fixtures = true
end

Version data entries

26 entries across 26 versions & 2 rubygems

Version Path
the_sortable_tree-2.6.1 spec/old_tests/spec_helper.rb
the_sortable_tree-2.6.0 spec/old_tests/spec_helper.rb
the_sortable_tree-2.5.0 spec/old_tests/spec_helper.rb
the_sortable_tree-2.4.0 spec/old_tests/spec_helper.rb
the_sortable_tree-2.3.3 spec/old_tests/spec_helper.rb
the_sortable_tree-2.3.2 spec/spec_helper.rb
the_sortable_tree-2.3.1 spec/spec_helper.rb
the_sortable_tree-2.3.0 spec/spec_helper.rb
the_sortable_tree-2.2.1 spec/spec_helper.rb
the_sortable_tree-2.2.0 spec/spec_helper.rb
the_sortable_tree-2.1.0 spec/spec_helper.rb
the_sortable_tree-2.0.0 spec/spec_helper.rb
the_sortable_tree_mongoid-1.8.5.1 spec/spec_helper.rb
the_sortable_tree_mongoid-1.8.5 spec/spec_helper.rb
the_sortable_tree-1.9.4 spec/spec_helper.rb
the_sortable_tree-1.9.3 spec/spec_helper.rb
the_sortable_tree-1.9.2 spec/spec_helper.rb
the_sortable_tree-1.9.1 spec/spec_helper.rb
the_sortable_tree-1.9.0 spec/spec_helper.rb
the_sortable_tree-1.8.6 spec/spec_helper.rb