Replace be_true' matchers with be true' in specs
				
					
				
			This commit is contained in:
		| @@ -46,8 +46,8 @@ module Producer::Core | ||||
|           expect(task.actions).to be_empty | ||||
|         end | ||||
|  | ||||
|         it 'assigns a truthy condition' do | ||||
|           expect(task.condition).to be_true | ||||
|         it 'assigns a true condition' do | ||||
|           expect(task.condition).to be true | ||||
|         end | ||||
|       end | ||||
|     end | ||||
|   | ||||
		Reference in New Issue
	
	Block a user