Sha256: b7ad02a38d532704dcebd91241f30d20eb77caeca0d5d96776dafc6a89346fb9

Contents?: true

Size: 454 Bytes

Versions: 7

Compression:

Stored size: 454 Bytes

Contents

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

require File.expand_path('../../test_app/config/environment', __FILE__)
require "rspec/rails"

# Load support files
Dir["#{File.dirname(__FILE__)}/support/**/*.rb"].each{|f| require f}

RSpec.configure do |config|
  # Remove this line if you don't want RSpec's should and should_not
  # methods or matchers
  require 'rspec/expectations'

  config.include RSpec::Matchers

  # == Mock Framework
  config.mock_with :rspec
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
dejavu-0.3.1 spec/spec_helper.rb
dejavu-0.3.0 spec/spec_helper.rb
dejavu-0.2.1 spec/spec_helper.rb
dejavu-0.2.0 spec/spec_helper.rb
dejavu-0.1.2 spec/spec_helper.rb
dejavu-0.1.1 spec/spec_helper.rb
dejavu-0.1.0 spec/spec_helper.rb