cukigem: Making Rails gem-plugin testing with Cucumber easier
Testing Rails gem plugins using cucumber can be difficult since gems need to be tested in the context of a host Rails application, which isn’t part of your gem. Cukigem gives you cucumber steps to make testing your gem in the context of a Rails application easy. This is not a gem but a collection of useful steps. Simply copy the step definition files located in step_definitions into your own project.
Post a comment