Sha256: bf3772e940fc1698f89c673f01d8dabe0da1790c228fac9018c87ed19636f7e1

Contents?: true

Size: 299 Bytes

Versions: 8

Compression:

Stored size: 299 Bytes

Contents

require 'rspec'

$LOAD_PATH << File.join(File.dirname(__FILE__), '..', 'lib')

require 'passenger-metrics'

def fixture_path
  File.expand_path("../fixtures", __FILE__)
end

def fixture(file)
  File.new(File.join(fixture_path, '/', file))
end

def fixture_string(file)
  File.read(fixture(file))
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
passenger-metrics-0.0.7 spec/spec_helper.rb
passenger-metrics-0.0.6 spec/spec_helper.rb
passenger-metrics-0.0.5 spec/spec_helper.rb
passenger-metrics-0.0.4 spec/spec_helper.rb
passenger-metrics-0.0.3 spec/spec_helper.rb
passenger-metrics-0.0.2 spec/spec_helper.rb
passenger-metrics-0.0.1 spec/spec_helper.rb
passenger-metrics-0.0.0 spec/spec_helper.rb