Sha256: 2221de2038ed5442b644a031a333d28827f1391fce79b0b02bf164848ef5c3b2
Contents?: true
Size: 505 Bytes
Versions: 5
Compression:
Stored size: 505 Bytes
Contents
# Contributing ## Running specs ActionArgs has several Bundler Gemfiles, each of which bundles different version of Rails. % ls gemfiles/*.gemfile gemfiles/rails_32.gemfile gemfiles/rails_40.gemfile gemfiles/rails_41.gemfile Via BUNDLE_GEMFILE ENV variable, you can tell Bundler which version of Rails to bundle. $ BUNDLE_GEMFILE=gemfiles/rails_40.gemfile bundle ex rake spec Simply executing this command would probably run all tests against each version of Rails: % rake spec:all
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
action_args-1.5.4 | CONTRIBUTING.md |
action_args-1.5.3 | CONTRIBUTING.md |
action_args-1.5.2 | CONTRIBUTING.md |
action_args-1.5.1 | CONTRIBUTING.md |
action_args-1.4.0 | CONTRIBUTING.md |