Factlink / pavlov

Provides a Command/Query/Interactor framework.
MIT License
22 stars 4 forks source link

Add support for Rails generators #21

Closed marten closed 11 years ago

marten commented 11 years ago

If anyone knows how to add tests for this, I'd love to add them. This stuff seems a bit under-documented in Rails, so there were no examples of how to add tests.

I could write something that actually executes rails generate pavlov:query etc, but that seems incredibly slow...

In addition, I'd also love it if these generated the corresponding spec files, but rspec-rails doesn't provide generators for generic classes, only models, views etc. Might be an idea to add support for that to rspec-rails, so we can use it here. Ofcourse, then we'd also have to investigate how that works with Test::Unit and Minitest.

coveralls commented 11 years ago

Coverage Status

Coverage remained the same when pulling 34140aac9ad5b845211bc101445ac1d4f4ea36e5 on roqua:feature/add-rails-generators into 0b4bd6af62c4210b4c9b7187eb82b3780c755213 on Factlink:master.

coveralls commented 11 years ago

Coverage Status

Coverage remained the same when pulling 34140aac9ad5b845211bc101445ac1d4f4ea36e5 on roqua:feature/add-rails-generators into 0b4bd6af62c4210b4c9b7187eb82b3780c755213 on Factlink:master.

jjoos commented 11 years ago

I think when we merge back #32, and everything get's more stable we should re-open this.