Class Autotest::Rspec2
In: lib/autotest/rspec2.rb
Parent: Autotest

Derived from the `Autotest` class, extends the `autotest` command to work with RSpec.

@note this will be extracted to a separate gem when we release rspec-3.

Methods

Constants

RSPEC_EXECUTABLE = File.expand_path('../../../exe/rspec', __FILE__)

Public Class methods

Public Instance methods

Overrides Autotest‘s implementation to read rspec output

Overrides Autotest‘s implementation to generate the rspec command to run

Generates a map of filenames to Arrays for Autotest

Adds conventional spec-to-file mappings to Autotest configuation.

[Validate]