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