Sha256: aa1c7a993fd18da79aa9b292aad3dd556212634ba5a95da4f5197e45f90feb6c

Contents?: true

Size: 784 Bytes

Versions: 42

Compression:

Stored size: 784 Bytes

Contents

The `rspec:install` generator creates a `.rspec` file, which tells RSpec to
tell Autotest that you're using RSpec. You'll also need to add the ZenTest and
autotest-rails gems to your Gemfile:

    gem "ZenTest", "~> 4.4.2"
    gem "autotest-rails", "~> 4.1.0"

If all of the gems in your Gemfile are installed in system gems, you can just
type

    autotest

If Bundler is managing any gems for you directly (i.e. you've got `:git` or
`:path` attributes in the Gemfile), however, you may need to run

    bundle exec autotest

If you do, you require Autotest's bundler plugin in a `.autotest` file in the
project root directory or your home directory:

    require "autotest/bundler"

Now you can just type `autotest`, it should prefix the generated shell command
with `bundle exec`.

Version data entries

42 entries across 37 versions & 5 rubygems

Version Path
judge-2.0.5 vendor/bundle/ruby/2.1.0/gems/rspec-rails-2.13.0/features/Autotest.md
rspec-rails-2.99.0.beta2 features/Autotest.md
rspec-rails-2.14.1 features/Autotest.md
rspec-rails-2.99.0.beta1 features/Autotest.md
rspec-rails-2.14.0 features/Autotest.md
rspec-rails-2.13.1 features/Autotest.md
rspec-rails-2.13.0 features/Autotest.md
rspec-rails-2.12.2 features/Autotest.md
sunrise-cms-0.5.0.rc1 vendor/bundle/ruby/1.9.1/gems/rspec-rails-2.10.1/features/Autotest.md
rspec-rails-2.12.1 features/Autotest.md
rspec-rails-2.12.0 features/Autotest.md
rspec-rails-2.11.4 features/Autotest.md
gem_repackager-0.1.0 support/gems/rspec-rails-2.11.0/features/Autotest.md
rspec-rails-2.11.0 features/Autotest.md
sunrise-cms-0.3.3 vendor/bundle/ruby/1.9.1/gems/rspec-rails-2.10.1/features/Autotest.md
sunrise-cms-0.3.3 vendor/bundle/ruby/1.9.1/gems/rails-uploader-0.0.1/vendor/bundle/ruby/1.9.1/gems/rspec-rails-2.10.1/features/Autotest.md
sunrise-cms-0.3.2 vendor/bundle/ruby/1.9.1/gems/rspec-rails-2.10.1/features/Autotest.md
sunrise-cms-0.3.2 vendor/bundle/ruby/1.9.1/gems/rails-uploader-0.0.1/vendor/bundle/ruby/1.9.1/gems/rspec-rails-2.10.1/features/Autotest.md
sunrise-cms-0.3.1 vendor/bundle/ruby/1.9.1/gems/rails-uploader-0.0.1/vendor/bundle/ruby/1.9.1/gems/rspec-rails-2.10.1/features/Autotest.md
sunrise-cms-0.3.1 vendor/bundle/ruby/1.9.1/gems/rspec-rails-2.10.1/features/Autotest.md