Sha256: 79fd3c10ee8d79429b4531cccaf9c2ede978b680bbf4f5e5f4aa52fcd928d545

Contents?: true

Size: 262 Bytes

Versions: 5

Compression:

Stored size: 262 Bytes

Contents

# -*- encoding: utf-8 -*-

require 'rspec'
dir = File.dirname(__FILE__)
lib_path = File.expand_path("#{dir}/../lib")
$LOAD_PATH.unshift lib_path unless $LOAD_PATH.include?(lib_path)

puts "RSpec version: #{RSpec::Version::STRING}"
$stdout.flush

require 'stomp'

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
stomp-1.4.3 spec/spec_helper.rb
stomp-1.4.2 spec/spec_helper.rb
stomp-1.4.1 spec/spec_helper.rb
stomp-1.4.0 spec/spec_helper.rb
stomp-1.3.5 spec/spec_helper.rb