rubotium 0.0.26 → 0.0.27

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: 3c34e176bdb92bf04fb7a4fcdc4aa010383902b8
4
- data.tar.gz: 5c4ed5eb5d0d7725ccd14c56240e8053049da1c9
3
+ metadata.gz: 3184890b046caa69f78e840cfa18bde9eb6d6f71
4
+ data.tar.gz: 489aea52000b8ee72c2face189b37ccba469f14a
5
5
  SHA512:
6
- metadata.gz: a6c0f5727ca36c79e7dde87e9ef7391a0d498cc9f1751788f1d21a9bd14ec41340b7e82ddce15902a09f9a2e09cbf629cb5d596629aabb8661c0c566bddf06a6
7
- data.tar.gz: 3575c88a1f5833d36be2a9604e233dfac68382d6ecf27ae30aec4be8868864d2d7f72f4f73140adbffc72d07243876279f9093c00c0ef1ebf0b888a9bc4a7735
6
+ metadata.gz: 32de8ed1aff19d699545cd39e420211f4a585732386e0986d7792f97e02b66eb92f0e19f99bf7c261a51497875b6795198cbd7db8b54fc886fec3d468f97d54a
7
+ data.tar.gz: 023e87e1dcb91e9a6d21248dfa1eff81e2f230769cd263ad7b4f4b67b440f4634c1084c11fe89a5177b2a98afa1132762adc5a407c5429a48d8dcef63c690f02
@@ -1,3 +1,3 @@
1
1
  module Rubotium
2
- VERSION = "0.0.26"
2
+ VERSION = "0.0.27"
3
3
  end
data/lib/rubotium.rb CHANGED
@@ -84,6 +84,9 @@ module Rubotium
84
84
  end
85
85
 
86
86
  puts "There are #{test_suites.count} tests to run"
87
+
88
+ exit 1 if test_suites.count == 0
89
+
87
90
  runner = Rubotium::TestsRunner.new(devices, test_suites, tests_package, {annotation: opts[:annotation], clear: application_package.name})
88
91
  runner.run_tests
89
92
 
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.26
4
+ version: 0.0.27
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-06-26 00:00:00.000000000 Z
11
+ date: 2015-07-09 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.2.2
232
+ rubygems_version: 2.4.6
233
233
  signing_key:
234
234
  specification_version: 4
235
235
  summary: Run your Robotium tests with ease