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.1.3 spec/spec_helper.rb
sso_clyent-0.1.2 spec/spec_helper.rb
sso_clyent-0.1.1 spec/spec_helper.rb
sso_clyent-0.1.0 spec/spec_helper.rb
sso_clyent-0.0.7.38 spec/spec_helper.rb
sso_clyent-0.0.7.37 spec/spec_helper.rb
sso_clyent-0.0.7.36 spec/spec_helper.rb
sso_clyent-0.0.7.35 spec/spec_helper.rb
sso_clyent-0.0.7.34 spec/spec_helper.rb
sso_clyent-0.0.7.33 spec/spec_helper.rb
sso_clyent-0.0.7.32 spec/spec_helper.rb
sso_clyent-0.0.7.31 spec/spec_helper.rb
sso_clyent-0.0.7.30 spec/spec_helper.rb
sso_clyent-0.0.7.29 spec/spec_helper.rb
sso_clyent-0.0.7.28 spec/spec_helper.rb
sso_clyent-0.0.7.27 spec/spec_helper.rb
sso_clyent-0.0.7.26 spec/spec_helper.rb
sso_clyent-0.0.7.25 spec/spec_helper.rb
sso_clyent-0.0.7.24 spec/spec_helper.rb
sso_clyent-0.0.7.23 spec/spec_helper.rb