diff options
Diffstat (limited to 'vendor/plugins/rspec/autotest/discover.rb')
-rw-r--r-- | vendor/plugins/rspec/autotest/discover.rb | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/vendor/plugins/rspec/autotest/discover.rb b/vendor/plugins/rspec/autotest/discover.rb new file mode 100644 index 000000000..c16b2e4ed --- /dev/null +++ b/vendor/plugins/rspec/autotest/discover.rb @@ -0,0 +1,6 @@ +# Used just for us to develop rspec with Autotest +# We could symbolic link rspec/vendor/plugins/rspec => rspec/., but +# this leads to a problem with subversion on windows. Autotest +# uses Ruby's load path, which contains ".", so this is a workaround +# (albeit, an unclean one) +require File.dirname(__FILE__) + "/../lib/autotest/discover.rb" |