Sha256: 3a7bb28346ea9d618f8a215757a2fc114bfb4cf2fc4d9fae378c48c36481fc05
Contents?: true
Size: 242 Bytes
Versions: 2
Compression:
Stored size: 242 Bytes
Contents
# frozen_string_literal: true module RSpec # Namespace for `it` and `its` helper modules. module ExpectationHelper end end require_relative File.join("expectation_helper", "it") require_relative File.join("expectation_helper", "its")
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
r_spec-1.0.0.beta5 | lib/r_spec/expectation_helper.rb |
r_spec-1.0.0.beta4 | lib/r_spec/expectation_helper.rb |