Refactor specs

This commit is contained in:
Thibault Jouan
2014-09-27 12:20:24 +00:00
parent 52e8338a7d
commit 52dcfcedd3
17 changed files with 21 additions and 21 deletions

View File

@@ -88,7 +88,7 @@ module Producer::Core
before { described_class.define_test(:some_test, some_test) }
it 'returns an evaluated condition' do
expect(condition).to be_a Condition
expect(condition).to be_a described_class
end
it 'evaluates the condition tests' do