Sha256: 76baaf04d2933d757a3413b8bb963711e4c445e091864594b2ec8489d208b2f9

Contents?: true

Size: 480 Bytes

Versions: 57

Compression:

Stored size: 480 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

57 entries across 57 versions & 3 rubygems

Version Path
sso_clyent-0.0.7.22 spec/spec_helper.rb
sso_clyent-0.0.7.21 spec/spec_helper.rb
sso_clyent-0.0.7.20 spec/spec_helper.rb
sso_clyent-0.0.7.19 spec/spec_helper.rb
sso_clyent-0.0.7.18 spec/spec_helper.rb
sso_clyent-0.0.7.17 spec/spec_helper.rb
sso_clyent-0.0.7.16 spec/spec_helper.rb
sso_clyent-0.0.7.15 spec/spec_helper.rb
sso_clyent-0.0.7.14 spec/spec_helper.rb
sso_clyent-0.0.7.13 spec/spec_helper.rb
sso_clyent-0.0.7.11 spec/spec_helper.rb
sso_clyent-0.0.7.10 spec/spec_helper.rb
sso_clyent-0.0.7.9 spec/spec_helper.rb
sso_clyent-0.0.7.8 spec/spec_helper.rb
sso_clyent-0.0.7.7 spec/spec_helper.rb
sso_clyent-0.0.7.6 spec/spec_helper.rb
sso_clyent-0.0.7.5 spec/spec_helper.rb
sso_clyent-0.0.7.4 spec/spec_helper.rb
sso_clyent-0.0.7.3 spec/spec_helper.rb
sso_clyent-0.0.7.2 spec/spec_helper.rb