Changeset 685
- Timestamp:
- 09/24/07 09:01:07 (1 year ago)
- Files:
-
- trunk/autotest/merbsource_rspec.rb (moved) (moved from trunk/autotest/merbsource.rb) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/autotest/merbsource_rspec.rb
r684 r685 5 5 class RspecCommandError < StandardError; end 6 6 7 class Autotest::Merbsource < Autotest7 class Autotest::MerbsourceRspec < Autotest 8 8 9 9 def initialize(kernel=Kernel, separator=File::SEPARATOR, alt_separator=File::ALT_SEPARATOR) # :nodoc:
