mcollective-test 0.4.2 → 0.4.3

Sign up to get free protection for your applications and to get access to all the features.
@@ -30,6 +30,7 @@ module MCollective
30
30
  end
31
31
 
32
32
  ddl = DDL::Base.new(data, :data, false)
33
+ ddl.stubs(:dataquery_interface).returns(:output => {})
33
34
 
34
35
  DDL.stubs(:new).with(data, :data).returns(ddl)
35
36
 
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mcollective-test
3
3
  version: !ruby/object:Gem::Version
4
- hash: 11
4
+ hash: 9
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 4
9
- - 2
10
- version: 0.4.2
9
+ - 3
10
+ version: 0.4.3
11
11
  platform: ruby
12
12
  authors:
13
13
  - R.I.Pienaar
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2013-02-11 00:00:00 +00:00
18
+ date: 2013-03-14 00:00:00 +00:00
19
19
  default_executable:
20
20
  dependencies: []
21
21
 
@@ -29,16 +29,16 @@ extra_rdoc_files: []
29
29
 
30
30
  files:
31
31
  - lib/mcollective/test.rb
32
- - lib/mcollective/test/application_test.rb
33
- - lib/mcollective/test/data_test.rb
34
32
  - lib/mcollective/test/local_agent_test.rb
35
33
  - lib/mcollective/test/matchers.rb
36
- - lib/mcollective/test/matchers/application_description.rb
34
+ - lib/mcollective/test/remote_agent_test.rb
35
+ - lib/mcollective/test/data_test.rb
37
36
  - lib/mcollective/test/matchers/rpc_metadata.rb
38
37
  - lib/mcollective/test/matchers/rpc_result_items.rb
39
38
  - lib/mcollective/test/matchers/rpc_status.rb
40
- - lib/mcollective/test/remote_agent_test.rb
39
+ - lib/mcollective/test/matchers/application_description.rb
41
40
  - lib/mcollective/test/util.rb
41
+ - lib/mcollective/test/application_test.rb
42
42
  has_rdoc: true
43
43
  homepage: https://github.com/ripienaar/mcollective-test/
44
44
  licenses: []