Sha256: b60c520078e236549575e33d0a70ba4806c9323bbf81842a25a3cbe1a3e7cd33
Contents?: true
Size: 331 Bytes
Versions: 5
Compression:
Stored size: 331 Bytes
Contents
require "rspec" require "cfoundry" require "factory_girl" require "webmock/rspec" Dir[File.expand_path('../support/**/*.rb', __FILE__)].each do |file| require file end FactoryGirl.definition_file_paths = [File.expand_path("../factories", __FILE__)] FactoryGirl.find_definitions RSpec.configure do |c| c.mock_with :rr end
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
cfoundry-0.4.16 | spec/spec_helper.rb |
cfoundry-0.4.15 | spec/spec_helper.rb |
cfoundry-0.4.14 | spec/spec_helper.rb |
cfoundry-0.4.13 | spec/spec_helper.rb |
cfoundry-0.4.12 | spec/spec_helper.rb |