Class: EacRubyUtils::Gem::RspecTest
- Inherits:
-
Test
show all
- Defined in:
- lib/eac_ruby_utils/gem/rspec_test.rb
Instance Method Summary
collapse
Methods inherited from Test
#dependency_present?, #elegible?, #name, #stderr_cache, #stdout_cache, #to_s
Instance Method Details
#bundle_exec_args ⇒ Object
8
9
10
|
# File 'lib/eac_ruby_utils/gem/rspec_test.rb', line 8
def bundle_exec_args
%w[rspec]
end
|
#dependency_gem ⇒ Object
12
13
14
|
# File 'lib/eac_ruby_utils/gem/rspec_test.rb', line 12
def dependency_gem
'rspec-core'
end
|
#test_directory ⇒ Object
16
17
18
|
# File 'lib/eac_ruby_utils/gem/rspec_test.rb', line 16
def test_directory
'spec'
end
|