We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5dc403 commit c5ff1ffCopy full SHA for c5ff1ff
spec/autotest/rspec_spec.rb
@@ -61,7 +61,7 @@
61
expect(cmd).to match(%r("/path/to/ruby"))
62
end
63
64
- it "gives '--tty' to #{Autotest::Rspec2::RSPEC_EXECUTABLE}, not '--autotest'" do
+ it "gives '--tty' to #{ RSpec::Core.path_to_executable }, not '--autotest'" do
65
cmd = rspec_autotest.make_test_cmd(@files_to_test)
66
expect(cmd).to match(' --tty ')
67
expect(cmd).not_to match(' --autotest ')
spec/spec_helper.rb
@@ -1,5 +1,6 @@
1
require 'rubygems'
2
require 'rspec/autorun'
3
+require 'rspec/autotest'
4
require 'aruba/api'
5
6
if RUBY_PLATFORM == 'java'
0 commit comments