Sha256: a4572c202ec5ead13380c41a740bbe46225710b6a11dd1a31a0b13fbf2798075

Contents?: true

Size: 219 Bytes

Versions: 11

Compression:

Stored size: 219 Bytes

Contents

$LOAD_PATH.unshift(File.join(File.dirname(__FILE__), '..'))

require 'rubygems'
require 'rspec'

require 'iex-ruby-client'

Dir[File.join(File.dirname(__FILE__), 'support', '**/*.rb')].each do |file|
  require file
end

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
iex-ruby-client-0.4.4 spec/spec_helper.rb
iex-ruby-client-0.4.3 spec/spec_helper.rb
iex-ruby-client-0.4.2 spec/spec_helper.rb
iex-ruby-client-0.4.1 spec/spec_helper.rb
iex-ruby-client-0.4.0 spec/spec_helper.rb
iex-ruby-client-0.3.3 spec/spec_helper.rb
iex-ruby-client-0.3.2 spec/spec_helper.rb
iex-ruby-client-0.3.1 spec/spec_helper.rb
iex-ruby-client-0.3.0 spec/spec_helper.rb
iex-ruby-client-0.2.0 spec/spec_helper.rb
iex-ruby-client-0.1.0 spec/spec_helper.rb