trailblazer / formular

Form builder for Ruby. Fast, Furious, and Framework-Agnostic.
MIT License
81 stars 17 forks source link

fix ugly minitest warnings #32

Closed aiomaster closed 7 years ago

aiomaster commented 7 years ago

I just wanted to run the tests and get this error: Use assert_nil if expecting nil from formular/vendor/bundle/ruby/2.3.0/gems/minitest-5.10.1/lib/minitest/spec.rb:23:in `must_equal'. This will fail in MT6

So I fixed it by replacing every must_equal nil with must_be_nil. Thanks.

aiomaster commented 7 years ago

The erb test is failing for me local, too. I don't know what is wrong there.

fran-worley commented 7 years ago

Thanks for this, I incorporated this into master during my commits today.