rspec-kickstarter 0.1.1 → 0.1.2
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.
@@ -43,7 +43,7 @@ class RSpecKickstarter::Generator
|
|
43
43
|
describe '#{method.name}' do
|
44
44
|
it 'works' do#{get_instantiation_code(c, method)}#{get_params_initialization_code(method)}
|
45
45
|
result = #{get_method_invocation_code(c, method)}
|
46
|
-
result.
|
46
|
+
expect(result).not_to be_nil
|
47
47
|
end
|
48
48
|
end
|
49
49
|
EACH_SPEC
|
@@ -86,7 +86,7 @@ describe #{get_complete_class_name(c)} do
|
|
86
86
|
describe '#{method.name}' do
|
87
87
|
it 'works' do#{get_instantiation_code(c, method)}#{get_params_initialization_code(method)}
|
88
88
|
result = #{get_method_invocation_code(c, method)}
|
89
|
-
result.
|
89
|
+
expect(result).not_to be_nil
|
90
90
|
end
|
91
91
|
end
|
92
92
|
EACH_SPEC
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: rspec-kickstarter
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.2
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2013-
|
12
|
+
date: 2013-06-01 00:00:00.000000000 Z
|
13
13
|
dependencies: []
|
14
14
|
description: rspec-kickstarter supports you writing tests for existing code.
|
15
15
|
email:
|
@@ -44,7 +44,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
44
44
|
version: '0'
|
45
45
|
requirements: []
|
46
46
|
rubyforge_project:
|
47
|
-
rubygems_version: 1.8.
|
47
|
+
rubygems_version: 1.8.24
|
48
48
|
signing_key:
|
49
49
|
specification_version: 3
|
50
50
|
summary: rspec-kickstarter supports you writing tests for existing code.
|