Sha256: c3c4480c1b4f1923c63ea764c71523b38f9f3cc537f0d40f5cc43b3855beacde

Contents?: true

Size: 716 Bytes

Versions: 20

Compression:

Stored size: 716 Bytes

Contents

require 'rubygems'
require 'rspec'
$LOAD_PATH.unshift(File.expand_path(File.join(File.dirname(__FILE__), '..', '..', 'lib')))
require 'jpmobile'
begin
  require File.dirname(__FILE__)+'/../../vendor/jpmobile-ipaddresses/lib/jpmobile-ipaddresses'
rescue LoadError
  puts "IP Address test requires jpmobile-ipaddresses module"
end
begin
  require File.dirname(__FILE__)+'/../../vendor/jpmobile-terminfo/lib/jpmobile-terminfo'
rescue LoadError
  puts "Terminal display information test requires jpmobile-terminfo module"
end

RSpec.configure do |c|
  c.filter_run :focus => true
  c.run_all_when_everything_filtered = true
  c.color_enabled = true
  c.filter_run_excluding :broken => true
  c.full_backtrace = true
end

Version data entries

20 entries across 20 versions & 1 rubygems

Version Path
jpmobile-2.0.11 spec/unit/spec_helper.rb
jpmobile-1.0.12 spec/unit/spec_helper.rb
jpmobile-1.0.11 spec/unit/spec_helper.rb
jpmobile-2.0.10 spec/unit/spec_helper.rb
jpmobile-1.0.10 spec/unit/spec_helper.rb
jpmobile-2.0.9 spec/unit/spec_helper.rb
jpmobile-1.0.9 spec/unit/spec_helper.rb
jpmobile-2.0.8 spec/unit/spec_helper.rb
jpmobile-3.0.4 spec/unit/spec_helper.rb
jpmobile-3.0.3 spec/unit/spec_helper.rb
jpmobile-3.0.2 spec/unit/spec_helper.rb
jpmobile-3.0.1 spec/unit/spec_helper.rb
jpmobile-2.0.7 spec/unit/spec_helper.rb
jpmobile-2.0.6 spec/unit/spec_helper.rb
jpmobile-3.0.0 spec/unit/spec_helper.rb
jpmobile-2.0.5 spec/unit/spec_helper.rb
jpmobile-1.0.8 spec/unit/spec_helper.rb
jpmobile-2.0.4 spec/unit/spec_helper.rb
jpmobile-2.0.3 spec/unit/spec_helper.rb
jpmobile-1.0.7 spec/unit/spec_helper.rb