aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/plugins/rspec/spec/autotest_helper.rb
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/plugins/rspec/spec/autotest_helper.rb')
-rw-r--r--vendor/plugins/rspec/spec/autotest_helper.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/vendor/plugins/rspec/spec/autotest_helper.rb b/vendor/plugins/rspec/spec/autotest_helper.rb
index 6d994eaa2..1b6c6002b 100644
--- a/vendor/plugins/rspec/spec/autotest_helper.rb
+++ b/vendor/plugins/rspec/spec/autotest_helper.rb
@@ -2,4 +2,5 @@ require "rubygems"
require 'autotest'
dir = File.dirname(__FILE__)
require "#{dir}/spec_helper"
-require File.expand_path("#{dir}/../lib/autotest/rspec") \ No newline at end of file
+require File.expand_path("#{dir}/../lib/autotest/rspec")
+require "#{dir}/autotest_matchers"