spec/code/parser/or_keyword_spec.rb in template-ruby-parser-0.1.2 vs spec/code/parser/or_keyword_spec.rb in template-ruby-parser-0.1.3
- old
+ new
@@ -5,10 +5,10 @@
["a or b", "a and b", "a or b or c", "a and b and c"].each do |input|
context input do
let!(:input) { input }
- it { expect { subject }.to_not raise_error }
+ it { subject }
end
end
[
"a /* cool */ and b",