stevehodgkiss / generator_spec

Test Rails generators with RSpec
MIT License
112 stars 22 forks source link

Fix Travis CI build. #35

Closed simi closed 9 years ago

simi commented 9 years ago

Allow JRuby to fail, since it is crashing after all specs pass.

example: https://travis-ci.org/simi/generator_spec/jobs/42043223

It is caused by https://github.com/stevehodgkiss/generator_spec/blob/master/spec/generator_spec/generator_example_group_spec.rb.

I've tried to reuse rspec-rails shared_example.rb, but that erors remains.