Sha256: b8d817c5aab2ed437343ef4eee0b379379834d125f69f95955a8f1091437a202
Contents?: true
Size: 285 Bytes
Versions: 31
Compression:
Stored size: 285 Bytes
Contents
require 'spec_helper' module Startback describe Context, "world" do let(:context) do SubContext.new end it 'works as expected' do got = context.world.partner expect(got).not_to be_nil expect(context.world.partner).to be(got) end end end
Version data entries
31 entries across 31 versions & 3 rubygems