Spec abstract class correctly

This commit is contained in:
Markus Schirp 2013-02-16 21:26:49 +01:00
parent 5b550e97db
commit 4b8f0225f9

View file

@ -1,7 +1,7 @@
require 'spec_helper'
describe Mutant::Context, '#root' do
subject { object.root(mock) }
subject { object.root }
let(:object) { described_class.allocate }