Sha256: 59c1406be55ed347da3e1d10430ea2aa12105565d6fa46f80733f407bac671dc

Contents?: true

Size: 718 Bytes

Versions: 29

Compression:

Stored size: 718 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

29 entries across 29 versions & 1 rubygems

Version Path
jpmobile-3.0.9 spec/unit/spec_helper.rb
jpmobile-4.0.1 spec/unit/spec_helper.rb
jpmobile-4.1.0 spec/unit/spec_helper.rb
jpmobile-3.0.8 spec/unit/spec_helper.rb
jpmobile-4.1.0.rc1 spec/unit/spec_helper.rb
jpmobile-4.0.0 spec/unit/spec_helper.rb
jpmobile-3.0.7 spec/unit/spec_helper.rb
jpmobile-3.0.6 spec/unit/spec_helper.rb
jpmobile-3.0.5 spec/unit/spec_helper.rb
jpmobile-1.0.6 spec/unit/spec_helper.rb
jpmobile-2.0.2 spec/unit/spec_helper.rb
jpmobile-2.0.1 spec/unit/spec_helper.rb
jpmobile-1.0.5 spec/unit/spec_helper.rb
jpmobile-2.0.0 spec/unit/spec_helper.rb
jpmobile-1.0.4 spec/unit/spec_helper.rb
jpmobile-1.0.3 spec/unit/spec_helper.rb
jpmobile-1.0.2 spec/unit/spec_helper.rb
jpmobile-1.0.1 spec/unit/spec_helper.rb
jpmobile-2.0.0.pre.2 spec/unit/spec_helper.rb
jpmobile-2.0.0.pre.1 spec/unit/spec_helper.rb