Sha256: ec1e52c2e563deb55c461f61f2e7d468bae2a78db3cdfc9c2422e641b583ce74

Contents?: true

Size: 617 Bytes

Versions: 35

Compression:

Stored size: 617 Bytes

Contents

$LOAD_PATH.unshift(File.join(File.dirname(__FILE__), '..', 'lib'))
$LOAD_PATH.unshift(File.dirname(__FILE__))

ENV["RAILS_ENV"] ||= "test"

require File.expand_path("config/environment", ENV['RAILS_ROOT'] || File.expand_path("../internal", __FILE__))
require 'bundler/setup'
require 'rspec/rails'
require 'rspec/autorun'
require 'hydra-core'

if ENV['COVERAGE'] and RUBY_VERSION =~ /^1.9/
  require 'simplecov'
  require 'simplecov-rcov'

  SimpleCov.formatter = SimpleCov::Formatter::RcovFormatter
  SimpleCov.start
end

RSpec.configure do |config|
  config.include Devise::TestHelpers, :type => :controller


end


Version data entries

35 entries across 35 versions & 1 rubygems

Version Path
hydra-core-5.4.1 spec/spec_helper.rb
hydra-core-6.0.0.rc4 spec/spec_helper.rb
hydra-core-6.0.0.rc3 spec/spec_helper.rb
hydra-core-6.0.0.rc2 spec/spec_helper.rb
hydra-core-6.0.0.rc1 spec/spec_helper.rb
hydra-core-6.0.0.pre8 spec/spec_helper.rb
hydra-core-5.4.0 spec/spec_helper.rb
hydra-core-6.0.0.pre7 spec/spec_helper.rb
hydra-core-6.0.0.pre6 spec/spec_helper.rb
hydra-core-6.0.0.pre5 spec/spec_helper.rb
hydra-core-6.0.0.pre4 spec/spec_helper.rb
hydra-core-6.0.0.pre3 spec/spec_helper.rb
hydra-core-6.0.0.pre2 spec/spec_helper.rb
hydra-core-6.0.0.pre1 spec/spec_helper.rb
hydra-core-5.4.0.pre1 spec/spec_helper.rb
hydra-core-5.3.0 spec/spec_helper.rb
hydra-core-5.2.0 spec/spec_helper.rb
hydra-core-5.1.0 spec/spec_helper.rb
hydra-core-5.0.1 spec/spec_helper.rb
hydra-core-5.0.0 spec/spec_helper.rb