Sha256: 938a7a1933cf8d8f8826e48c8d7528eb8592c53a513c6b2c387dc09e9fcc6908

Contents?: true

Size: 409 Bytes

Versions: 21

Compression:

Stored size: 409 Bytes

Contents

require 'rubygems'
require 'bundler'
Bundler.setup

require 'rspec'
require 'rr'

RSpec.configure do |config|
  config.mock_with :rr
end

require 'action_controller'
require 'active_support'

require 'remnant'

Dir["#{File.expand_path(File.dirname(__FILE__))}/support/*.rb"].map {|file| require(file)}

# for dependency reloading
ActiveSupport::Dependencies.autoload_paths << File.dirname(__FILE__) + '/app/'

Version data entries

21 entries across 21 versions & 1 rubygems

Version Path
remnant-1.0.0 spec/spec_helper.rb
remnant-0.9.5 spec/spec_helper.rb
remnant-0.9.4 spec/spec_helper.rb
remnant-0.4.4 spec/spec_helper.rb
remnant-0.9.3 spec/spec_helper.rb
remnant-0.9.2 spec/spec_helper.rb
remnant-0.9.1 spec/spec_helper.rb
remnant-0.9.0 spec/spec_helper.rb
remnant-0.4.3 spec/spec_helper.rb
remnant-0.4.2 spec/spec_helper.rb
remnant-0.4.1 spec/spec_helper.rb
remnant-0.4.0 spec/spec_helper.rb
remnant-0.3.3 spec/spec_helper.rb
remnant-0.3.2 spec/spec_helper.rb
remnant-0.3.1 spec/spec_helper.rb
remnant-0.3.0 spec/spec_helper.rb
remnant-0.2.4 spec/spec_helper.rb
remnant-0.2.3 spec/spec_helper.rb
remnant-0.2.2 spec/spec_helper.rb
remnant-0.2.1 spec/spec_helper.rb