Spec abstract class correctly
This commit is contained in:
parent
5b550e97db
commit
4b8f0225f9
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
require 'spec_helper'
|
||||
|
||||
describe Mutant::Context, '#root' do
|
||||
subject { object.root(mock) }
|
||||
subject { object.root }
|
||||
|
||||
let(:object) { described_class.allocate }
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue