rubotium 0.0.27 → 0.0.28

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 3184890b046caa69f78e840cfa18bde9eb6d6f71
4
- data.tar.gz: 489aea52000b8ee72c2face189b37ccba469f14a
3
+ metadata.gz: 5d205b7b95fe814b17a429028780c0b263173226
4
+ data.tar.gz: fb9d007f167f60ce93b30f490803c746e1da27ef
5
5
  SHA512:
6
- metadata.gz: 32de8ed1aff19d699545cd39e420211f4a585732386e0986d7792f97e02b66eb92f0e19f99bf7c261a51497875b6795198cbd7db8b54fc886fec3d468f97d54a
7
- data.tar.gz: 023e87e1dcb91e9a6d21248dfa1eff81e2f230769cd263ad7b4f4b67b440f4634c1084c11fe89a5177b2a98afa1132762adc5a407c5429a48d8dcef63c690f02
6
+ metadata.gz: 3200fae6f491b0a0dfe9c7dd6a5509056dd83466a3e18399e78fa82e1829b8d7b63baea1877b037f8341a2547bcf7f165504d18225eaca4bbb03dd95a49d8019
7
+ data.tar.gz: 54854f59322b0fb73560c49d0b4941ade7cc50bf23ac77c486959baf686d66170a271415008ca7ddae6266ce4241d650fd5c340dbba9fe53d58aeb82d835daf7
@@ -1,3 +1,3 @@
1
1
  module Rubotium
2
- VERSION = "0.0.27"
2
+ VERSION = "0.0.28"
3
3
  end
data/lib/rubotium.rb CHANGED
@@ -77,7 +77,7 @@ module Rubotium
77
77
  test_suites = Rubotium::TestCasesReader.new(devices.first, tests_package, { :annotation => opts[:annotation]}).read_tests
78
78
  if opts[:exclude]
79
79
  excluded_suites = Rubotium::TestCasesReader.new(devices.first, tests_package, { :annotation => opts[:exclude]}).read_tests
80
- test_suites.reject!{ |excluded_suite| excluded_suites.include? excluded_suite }
80
+ test_suites.reject!{ |test| excluded_suites.map{|excluded_test| excluded_test.name}.include? test.name }
81
81
 
82
82
  puts "Excluded tests:"
83
83
  excluded_suites.each{ |excluded| puts excluded.name }
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rubotium
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.27
4
+ version: 0.0.28
5
5
  platform: ruby
6
6
  authors:
7
7
  - Slawomir Smiechura
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-07-09 00:00:00.000000000 Z
11
+ date: 2015-07-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -229,7 +229,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
229
229
  version: '0'
230
230
  requirements: []
231
231
  rubyforge_project:
232
- rubygems_version: 2.4.6
232
+ rubygems_version: 2.2.2
233
233
  signing_key:
234
234
  specification_version: 4
235
235
  summary: Run your Robotium tests with ease