Sha256: 344b0f35aebda102a28a4cfb97c3a332486b85bf5bff087e4a8ad6476d912db7

Contents?: true

Size: 506 Bytes

Versions: 3

Compression:

Stored size: 506 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 'rspec/rails'


RSpec.configure do |config|
  config.use_transactional_fixtures = true
  config.before(:each, :type=>"controller") { @routes = Hydra::RoleManagement::Engine.routes }
  config.include Devise::TestHelpers, :type => :controller
  
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
hydra-role-management-0.1.0 spec/spec_helper.rb
hydra-role-management-0.0.2 spec/spec_helper.rb
hydra-role-management-0.0.1 spec/spec_helper.rb