Remove spec for outdated code
This commit is contained in:
parent
e085e92e1c
commit
193f40b78a
1 changed files with 0 additions and 18 deletions
|
@ -1,18 +0,0 @@
|
|||
require 'spec_helper'
|
||||
|
||||
describe Mutant::Matcher, '#context' do
|
||||
subject { object.context }
|
||||
|
||||
let(:object) { described_class.new(constant_name) }
|
||||
let(:constant_name) { 'Foo' }
|
||||
let(:context) { mock('Context') }
|
||||
|
||||
before do
|
||||
Mutant::Context.stub(:build => context)
|
||||
end
|
||||
|
||||
|
||||
#it { should be(context) }
|
||||
|
||||
#it_should_behave_like 'an idempotent method'
|
||||
end
|
Loading…
Add table
Reference in a new issue