Sha256: e4644c71abdee69fca68020662587eb9b9adb56ab89b64cad6ff0ca668efd46a

Contents?: true

Size: 594 Bytes

Versions: 26

Compression:

Stored size: 594 Bytes

Contents

SPEC_ROOT = File.dirname(__FILE__).freeze

require "rspec"
require "cfoundry"
require "webmock/rspec"
require "ostruct"
require "timecop"
require "active_support"
require "active_support/core_ext"
require "cc_api_stub"
require "shoulda/matchers/integrations/rspec" # requiring all of shoulda matchers makes test unit run

require "support/shared_examples/cc_api_stub_request_examples"
require "support/shared_examples/client_login_examples"
require "support/shared_examples/model_summary_examples"
require "support/factory_girl"
require "support/test_model_builder"

RSpec.configure do |c|
end

Version data entries

26 entries across 26 versions & 1 rubygems

Version Path
cfoundry-4.0.4.rc2 spec/spec_helper.rb
cfoundry-4.0.4.rc1 spec/spec_helper.rb
cfoundry-4.0.3 spec/spec_helper.rb
cfoundry-4.0.2.rc5 spec/spec_helper.rb
cfoundry-4.0.2.rc4 spec/spec_helper.rb
cfoundry-4.0.2.rc3 spec/spec_helper.rb
cfoundry-4.0.2.rc2 spec/spec_helper.rb
cfoundry-4.0.2.rc1 spec/spec_helper.rb
cfoundry-4.0.1 spec/spec_helper.rb
cfoundry-4.0.0 spec/spec_helper.rb
cfoundry-3.0.1 spec/spec_helper.rb
cfoundry-3.0.0 spec/spec_helper.rb
cfoundry-2.4.1.rc1 spec/spec_helper.rb
cfoundry-2.4.0 spec/spec_helper.rb
cfoundry-2.3.7.rc1 spec/spec_helper.rb
cfoundry-2.3.6 spec/spec_helper.rb
cfoundry-2.3.6.rc2 spec/spec_helper.rb
cfoundry-2.3.6.rc1 spec/spec_helper.rb
cfoundry-2.3.5 spec/spec_helper.rb
cfoundry-2.3.4 spec/spec_helper.rb