class Rspec::Bash::RubyStubScript

Public Class Methods

path() click to toggle source
# File lib/rspec/bash/wrapper/ruby_stub_script.rb, line 4
def self.path
  File.join(project_root, 'bin', 'ruby_stub.rb')
end
project_root() click to toggle source
# File lib/rspec/bash/wrapper/ruby_stub_script.rb, line 8
def self.project_root
  File.expand_path(
    File.join(File.dirname(File.expand_path(__FILE__)), '..', '..', '..', '..')
  )
end