Sha256: 823b21ad12dd88a29185d05ca70c888a4a178d514e66b0528be35e0a8bfea3af

Contents?: true

Size: 270 Bytes

Versions: 10

Compression:

Stored size: 270 Bytes

Contents

require 'spec_helper'

describe TestHarness::Given do
  describe "#mm" do
    it "delegates to TestHarness" do
      TestHarness.should_receive(:mm).and_return('no_rainforests_in_iowa')
      TestHarness::Given.new.mm.should == 'no_rainforests_in_iowa'
    end
  end
end

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
test-harness-0.6.3 spec/lib/given_spec.rb
test-harness-0.6.2 spec/lib/given_spec.rb
test-harness-0.6.1 spec/lib/given_spec.rb
test-harness-0.6.0 spec/lib/given_spec.rb
test-harness-0.4.14 spec/lib/given_spec.rb
test-harness-0.4.13 spec/lib/given_spec.rb
test-harness-0.4.12 spec/lib/given_spec.rb
test-harness-0.4.11 spec/lib/given_spec.rb
test-harness-0.4.10 spec/lib/given_spec.rb
test-harness-0.4.9 spec/lib/given_spec.rb