Sha256: 5d227940620d2b316265841bfd57db819522f481c7c2264f920faf2360f7ecf1

Contents?: true

Size: 361 Bytes

Versions: 11

Compression:

Stored size: 361 Bytes

Contents

$LOAD_PATH.unshift(File.join(File.dirname(__FILE__), '..', 'lib'))
$LOAD_PATH.unshift(File.dirname(__FILE__))
require 'rspec'
require 'php_process'

# Requires supporting files with custom matchers and macros, etc,
# in ./support/ and its subdirectories.
Dir["#{File.dirname(__FILE__)}/support/**/*.rb"].each {|f| require f}

RSpec.configure do |config|
  
end

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
php_process-0.0.12 spec/spec_helper.rb
php_process-0.0.11 spec/spec_helper.rb
php_process-0.0.10 spec/spec_helper.rb
php_process-0.0.9 spec/spec_helper.rb
php_process-0.0.8 spec/spec_helper.rb
php_process-0.0.7 spec/spec_helper.rb
php_process-0.0.6 spec/spec_helper.rb
php_process-0.0.5 spec/spec_helper.rb
php_process-0.0.3 spec/spec_helper.rb
php_process-0.0.2 spec/spec_helper.rb
php_process-0.0.1 spec/spec_helper.rb