Sha256: 36bb7432fffd8109b849f6d19716aeff1a025ab423bb11efc6208d1a094cbf43

Contents?: true

Size: 206 Bytes

Versions: 1

Compression:

Stored size: 206 Bytes

Contents

require 'rspec/the'

module RSpec
  describe The do
    describe '#the' do
      context 'basic usage' do
        let(:foo) { :bar }
        the(:foo) { is_expected.to eq :bar }
      end
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
rspec-the-0.0.1 spec/rspec/the_spec.rb