Sha256: c83aed291ebf86da7f2b519d9aad65fb3a810c4ff9a6aa4588408276dc4710eb

Contents?: true

Size: 506 Bytes

Versions: 28

Compression:

Stored size: 506 Bytes

Contents

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

require 'rubygems'
require 'rspec'
require 'rspec/autorun'

require "simplecov"

require 'factory_girl'
require "mocha"
require "bourne"
require "timecop"

Dir["spec/support/**/*.rb"].each { |f| require File.expand_path(f) }

RSpec.configure do |config|
  config.mock_framework = :mocha

  config.include DeclarationMatchers

  config.after do
    Timecop.return
    FactoryGirl.reload
  end
end

Version data entries

28 entries across 20 versions & 4 rubygems

Version Path
challah-1.0.0.beta vendor/bundle/gems/factory_girl-4.1.0/spec/spec_helper.rb
challah-0.9.1.beta.3 vendor/bundle/gems/factory_girl-4.1.0/spec/spec_helper.rb
challah-0.9.1.beta vendor/bundle/gems/factory_girl-4.1.0/spec/spec_helper.rb
sunrise-cms-0.5.0.rc1 vendor/bundle/ruby/1.9.1/gems/factory_girl-4.1.0/spec/spec_helper.rb
challah-0.9.0 vendor/bundle/gems/factory_girl-4.1.0/spec/spec_helper.rb
challah-rolls-0.2.0 vendor/bundle/gems/challah-0.8.3/vendor/bundle/gems/factory_girl-4.0.0/spec/spec_helper.rb
challah-rolls-0.2.0 vendor/bundle/gems/challah-0.8.3/vendor/bundle/gems/factory_girl-4.1.0/spec/spec_helper.rb
challah-rolls-0.2.0 vendor/bundle/gems/challah-0.8.0.pre/vendor/bundle/gems/factory_girl-3.6.1/spec/spec_helper.rb
challah-rolls-0.2.0 vendor/bundle/gems/factory_girl-3.6.1/spec/spec_helper.rb
challah-rolls-0.2.0 vendor/bundle/gems/factory_girl-4.0.0/spec/spec_helper.rb
challah-rolls-0.2.0 vendor/bundle/gems/factory_girl-4.1.0/spec/spec_helper.rb
challah-0.8.3 vendor/bundle/gems/factory_girl-4.1.0/spec/spec_helper.rb
challah-0.8.3 vendor/bundle/gems/factory_girl-4.0.0/spec/spec_helper.rb
factory_girl-3.6.2 spec/spec_helper.rb
challah-0.8.1 vendor/bundle/gems/factory_girl-4.0.0/spec/spec_helper.rb
factory_girl-4.1.0 spec/spec_helper.rb
challah-rolls-0.1.0 vendor/bundle/gems/factory_girl-3.6.1/spec/spec_helper.rb
challah-rolls-0.1.0 vendor/bundle/gems/challah-0.8.0.pre/vendor/bundle/gems/factory_girl-3.6.1/spec/spec_helper.rb
challah-rolls-0.1.0 vendor/bundle/gems/factory_girl-4.0.0/spec/spec_helper.rb
challah-0.8.0.pre vendor/bundle/gems/factory_girl-3.6.1/spec/spec_helper.rb