class Rspec::Bash::BashStubScript
Public Class Methods
path()
click to toggle source
# File lib/rspec/bash/wrapper/bash_stub_script.rb, line 4 def self.path File.join(project_root, 'bin', 'bash_stub.sh') end
project_root()
click to toggle source
# File lib/rspec/bash/wrapper/bash_stub_script.rb, line 8 def self.project_root File.expand_path( File.join(File.dirname(File.expand_path(__FILE__)), '..', '..', '..', '..') ) end