Sha256: 00028ef726065d65fdf5c1db8fc62dcb89088ad0220f4324a8a21a651387a2e9

Contents?: true

Size: 757 Bytes

Versions: 17

Compression:

Stored size: 757 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

17 entries across 17 versions & 1 rubygems

Version Path
parliament-utils-0.11.3 lib/parliament/utils/test_helpers.rb
parliament-utils-0.11.2 lib/parliament/utils/test_helpers.rb
parliament-utils-0.11.1 lib/parliament/utils/test_helpers.rb
parliament-utils-0.11.0 lib/parliament/utils/test_helpers.rb
parliament-utils-0.10.2 lib/parliament/utils/test_helpers.rb
parliament-utils-0.10.1 lib/parliament/utils/test_helpers.rb
parliament-utils-0.10.0 lib/parliament/utils/test_helpers.rb
parliament-utils-0.9.1 lib/parliament/utils/test_helpers.rb
parliament-utils-0.9.0 lib/parliament/utils/test_helpers.rb
parliament-utils-0.8.7 lib/parliament/utils/test_helpers.rb
parliament-utils-0.8.6 lib/parliament/utils/test_helpers.rb
parliament-utils-0.8.5 lib/parliament/utils/test_helpers.rb
parliament-utils-0.8.4 lib/parliament/utils/test_helpers.rb
parliament-utils-0.8.3 lib/parliament/utils/test_helpers.rb
parliament-utils-0.8.2 lib/parliament/utils/test_helpers.rb
parliament-utils-0.8.1 lib/parliament/utils/test_helpers.rb
parliament-utils-0.8.0 lib/parliament/utils/test_helpers.rb