Sha256: 8a51273465b20ae2dac5931dca21e63b8644abc2223473ebc655a55e2b796b34

Contents?: true

Size: 257 Bytes

Versions: 3

Compression:

Stored size: 257 Bytes

Contents

module RSpec
  module TestSpec
    module World
      # RSpec's 'world' is an internal container that is used for
      # holding global non-configuration data.
      def shared_example_steps
        @shared_example_steps ||= {}
      end
    end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
test_spec-1.1.0 lib/test_spec/rspec/world.rb
test_spec-1.0.0 lib/test_spec/rspec/world.rb
test_spec-0.1.0 lib/test_spec/rspec/world.rb