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