Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix example code for `Rails::Generators::Testing::Behaviour` [ci skip] | Ryunosuke SATO | 2014-10-17 | 1 | -1/+1 |
| | | | | | `cleanup_destination_root` method is not found anywhere. Instead, `prepare_destination` clean up distination root on setup. | ||||
* | Keep quietly and capture undeprecated on your suite | Rafael Mendonça França | 2014-07-15 | 1 | -0/+17 |
| | |||||
* | Removing without_thor_debug | Arun Agrawal | 2014-01-11 | 1 | -13/+3 |
| | | | | | a1d0c0fa3d8ca97edc8f2a1d6ba96af19221dbad as bundler 1.5.2 is out now | ||||
* | Reverse 821525e and wrap run_generator call | Andrew White | 2014-01-02 | 1 | -3/+13 |
| | | | | | | Ruby 2.1.0 includes the json gem 1.8.1 by default so we need bundler 1.5.1 for `bundle install` to work. To fix this reverse the downgrade to 1.3.5 and wrap the `run_generator` call with a block that resets `THOR_DEBUG`. | ||||
* | Avoid running bundler on tests that don't need it | Sam Ruby | 2013-04-03 | 1 | -1/+4 |
| | |||||
* | Move the class methods to above the protected section | Rafael Mendonça França | 2013-04-01 | 1 | -40/+36 |
| | |||||
* | Break down Rails::Generator::TestCase into modules | Pablo Herrero | 2013-03-31 | 1 | -0/+107 |