Skip to content

psmandzich/run_tests_with_engines

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RunTestsWithEngines

Adds with_engines_test to rails command.

Usage

rails with_engines_test

Shortcuts are available (further installation step required)

  rails test_all
  rails ta

Installation

Add this line to your application's Gemfile:

gem 'run_tests_with_engines'

And then execute:

$ bundle

Or install it yourself as:

$ gem install run_tests_with_engines

Applay shortcuts

To allow the usage of further shortcuts replace require 'rails/commands' by:

# keep attention on rails upgarde
# to enable running tests with engines the "run_tests_with_engines" gem is used
CUSTOM_COMMANDS = Gem.loaded_specs['run_tests_with_engines'].full_gem_path
require (CUSTOM_COMMANDS + '/lib/rails/commands')

Contributing

Contribution directions go here.

License

The gem is available as open source under the terms of the MIT License.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages