Sha256: cdbfe218e546ea16794e8e0806991980c42988dc23a437e34fadd8befcc6b9ae

Contents?: true

Size: 761 Bytes

Versions: 18

Compression:

Stored size: 761 Bytes

Contents

require_relative './test_helpers/rails_helper' if defined?(::Rails)
require_relative './test_helpers/rspec_helper'
require_relative './test_helpers/simplecov_helper'
require_relative './test_helpers/vcr_helper'
require_relative './test_helpers/webmock_helper'
require_relative './test_helpers/bandiera_helper'

module Parliament
  module Utils
    module TestHelpers
      include Parliament::Utils::TestHelpers::RailsHelper if defined?(::Rails)
      include Parliament::Utils::TestHelpers::RSpecHelper
      include Parliament::Utils::TestHelpers::SimpleCovHelper
      include Parliament::Utils::TestHelpers::VCRHelper
      include Parliament::Utils::TestHelpers::WebmockHelper
      include Parliament::Utils::TestHelpers::BandieraHelper
    end
  end
end

Version data entries

18 entries across 18 versions & 1 rubygems

Version Path
parliament-utils-0.7.3 lib/parliament/utils/test_helpers.rb
parliament-utils-0.7.2 lib/parliament/utils/test_helpers.rb
parliament-utils-0.7.1 lib/parliament/utils/test_helpers.rb
parliament-utils-0.7.0 lib/parliament/utils/test_helpers.rb
parliament-utils-0.6.1 lib/parliament/utils/test_helpers.rb
parliament-utils-0.6.0 lib/parliament/utils/test_helpers.rb
parliament-utils-0.5.0 lib/parliament/utils/test_helpers.rb
parliament-utils-0.4.2 lib/parliament/utils/test_helpers.rb
parliament-utils-0.4.1 lib/parliament/utils/test_helpers.rb
parliament-utils-0.4.0 lib/parliament/utils/test_helpers.rb
parliament-utils-0.3.2 lib/parliament/utils/test_helpers.rb
parliament-utils-0.3.1 lib/parliament/utils/test_helpers.rb
parliament-utils-0.2.4 lib/parliament/utils/test_helpers.rb
parliament-utils-0.2.3 lib/parliament/utils/test_helpers.rb
parliament-utils-0.2.2 lib/parliament/utils/test_helpers.rb
parliament-utils-0.2.1 lib/parliament/utils/test_helpers.rb
parliament-utils-0.2.0 lib/parliament/utils/test_helpers.rb
parliament-utils-0.1.0 lib/parliament/utils/test_helpers.rb