Skip to content

Commit

Permalink
autotest update - simplification of path
Browse files Browse the repository at this point in the history
git-svn-id: http://datedbackup.rubyforge.org/svn/trunk@202 8c6f25ac-f8d4-496d-a293-71e089142da2
  • Loading branch information
smtlaissezfaire committed Aug 15, 2007
1 parent 2b3e7e6 commit 8ed9b31
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion autotest/discover.rb
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@

require File.dirname(__FILE__) + "/../vendor/plugins/rspec/rspec/lib/autotest/discover"
require File.dirname(__FILE__) + "/../vendor/plugins/rspec/rspec/autotest/discover"
2 changes: 1 addition & 1 deletion autotest/rspec.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

require File.dirname(__FILE__) + "/../vendor/plugins/rspec/rspec/lib/autotest/rspec"
require File.dirname(__FILE__) + "/../vendor/plugins/rspec/rspec/autotest/rspec"

class Autotest::Rspec
alias :old_spec_commands :spec_commands
Expand Down

0 comments on commit 8ed9b31

Please sign in to comment.