steak 0.3.6 → 0.3.7
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.
- data/Rakefile +1 -1
- data/generators/steak/templates/acceptance_helper.rb +3 -1
- metadata +3 -3
data/Rakefile
CHANGED
|
@@ -21,7 +21,7 @@ spec = Gem::Specification.new do |s|
|
|
|
21
21
|
|
|
22
22
|
# Change these as appropriate
|
|
23
23
|
s.name = "steak"
|
|
24
|
-
s.version = "0.3.
|
|
24
|
+
s.version = "0.3.7"
|
|
25
25
|
s.summary = "If you are not in Rails but use RSpec, then Steak is just some aliases providing you with the language of acceptance testing (feature, scenario, background). If you are in Rails, you also have a couple of generators, a rake task and full Rails integration testing (meaning Webrat support, for instance)"
|
|
26
26
|
s.description = "Minimalist acceptance testing on top of RSpec"
|
|
27
27
|
s.author = "Luismi Cavallé"
|
metadata
CHANGED
|
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
|
|
|
5
5
|
segments:
|
|
6
6
|
- 0
|
|
7
7
|
- 3
|
|
8
|
-
-
|
|
9
|
-
version: 0.3.
|
|
8
|
+
- 7
|
|
9
|
+
version: 0.3.7
|
|
10
10
|
platform: ruby
|
|
11
11
|
authors:
|
|
12
12
|
- "Luismi Cavall\xC3\xA9"
|
|
@@ -14,7 +14,7 @@ autorequire:
|
|
|
14
14
|
bindir: bin
|
|
15
15
|
cert_chain: []
|
|
16
16
|
|
|
17
|
-
date: 2010-05-
|
|
17
|
+
date: 2010-05-06 00:00:00 +02:00
|
|
18
18
|
default_executable:
|
|
19
19
|
dependencies:
|
|
20
20
|
- !ruby/object:Gem::Dependency
|