spec/code/parser/number_spec.rb in template-ruby-parser-0.1.2 vs spec/code/parser/number_spec.rb in template-ruby-parser-0.1.3

- old
+ new

@@ -16,9 +16,9 @@ 0b1_0000_0000 ].each do |input| context input do let!(:input) { input } - it { expect { subject }.to_not raise_error } + it { subject } end end end