Sha256: 6796cad326e647ce2acbbf96436af20807c89453d749a33e66581fcda09b6431

Contents?: true

Size: 252 Bytes

Versions: 7

Compression:

Stored size: 252 Bytes

Contents

# frozen_string_literal: true

require_relative File.join("expectation_helper", "it")
require_relative File.join("expectation_helper", "its")

module RSpec
  # Namespace for {Dsl.it} and {Dsl.its}'s helper modules.
  module ExpectationHelper
  end
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
r_spec-1.0.1 lib/r_spec/expectation_helper.rb
r_spec-1.0.0 lib/r_spec/expectation_helper.rb
r_spec-1.0.0.beta11 lib/r_spec/expectation_helper.rb
r_spec-1.0.0.beta10 lib/r_spec/expectation_helper.rb
r_spec-1.0.0.beta9 lib/r_spec/expectation_helper.rb
r_spec-1.0.0.beta8 lib/r_spec/expectation_helper.rb
r_spec-1.0.0.beta7 lib/r_spec/expectation_helper.rb