Class: EacRubyGemsUtils::Tests::Rspec

Inherits:
Base
  • Object
show all
Defined in:
lib/eac_ruby_gems_utils/tests/rspec.rb

Instance Method Summary collapse

Methods inherited from Base

#dependency_present?, #elegible?, #name, #stderr_cache, #stdout_cache, #to_s

Instance Method Details

#dependency_gemObject



16
17
18
# File 'lib/eac_ruby_gems_utils/tests/rspec.rb', line 16

def dependency_gem
  'rspec-core'
end

#exec_argsObject



8
9
10
# File 'lib/eac_ruby_gems_utils/tests/rspec.rb', line 8

def exec_args
  %w[exec rspec]
end

#exec_methodObject



12
13
14
# File 'lib/eac_ruby_gems_utils/tests/rspec.rb', line 12

def exec_method
  :bundle
end

#test_directoryObject



20
21
22
# File 'lib/eac_ruby_gems_utils/tests/rspec.rb', line 20

def test_directory
  'spec'
end