One last tweak before branching

pull/303/head
Rick Carlino 2016-12-19 15:55:13 -06:00
parent cbd776a54a
commit 4f95e47a28
1 changed files with 1 additions and 3 deletions

View File

@ -24,9 +24,7 @@ describe "Body nodes" do
})
checker = CeleryScript::Checker.new(tree, test_corpus)
expect(checker.valid?).to eq(false)
expect(checker.error.message).to include(
"node contains 'wrong' node"
)
expect(checker.error.message).to include("node contains 'wrong' node")
end
it 'disallows leaves in the body field of a node' do