Sha256: a28076616011678df7264eff5aebfe5fc40158c95e00548a016b02799bda9f9a

Contents?: true

Size: 355 Bytes

Versions: 8

Compression:

Stored size: 355 Bytes

Contents

$LOAD_PATH.unshift(File.join(File.dirname(__FILE__), '..', 'lib'))
$LOAD_PATH.unshift(File.dirname(__FILE__))
require 'rspec'
require 'ws-io'

# 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

8 entries across 8 versions & 1 rubygems

Version Path
ws-io-1.1.5 spec/spec_helper.rb
ws-io-1.1.4 spec/spec_helper.rb
ws-io-1.1.3 spec/spec_helper.rb
ws-io-1.1.2 spec/spec_helper.rb
ws-io-1.1.1 spec/spec_helper.rb
ws-io-1.1.0 spec/spec_helper.rb
ws-io-1.0.1 spec/spec_helper.rb
ws-io-1.0.0 spec/spec_helper.rb