lazy-head-gen 0.3.2 → 0.3.3
Sign up to get free protection for your applications and to get access to all the features.
- data/README.md +0 -5
- data/VERSION +1 -1
- data/lazy-head-gen.gemspec +1 -1
- data/lib/lazy-head-gen/templates/scaffold/blueprints.rb.tt +2 -0
- metadata +3 -3
data/README.md
CHANGED
@@ -141,15 +141,10 @@ TODO: list test helper methods.
|
|
141
141
|
|
142
142
|
The scaffold and admin_controller_test generators are reliant on you using a blueprints.rb file.
|
143
143
|
|
144
|
-
## Known Issues (probably loads of unknown!)
|
145
|
-
|
146
|
-
* If you generate an admin_controller_test for the admin account controller you end up with 2 failing tests. Other generated admin tests pass.
|
147
|
-
|
148
144
|
## To Do List
|
149
145
|
|
150
146
|
* Finish README - Built in assertions and test helpers
|
151
147
|
* Add form output to the scaffold generator
|
152
|
-
* Figure out why generated test for the Admin Account controller fails.
|
153
148
|
|
154
149
|
## Contributing to lazy-head-gen
|
155
150
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.3.
|
1
|
+
0.3.3
|
data/lazy-head-gen.gemspec
CHANGED
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: lazy-head-gen
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 21
|
5
5
|
prerelease:
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 3
|
9
|
-
-
|
10
|
-
version: 0.3.
|
9
|
+
- 3
|
10
|
+
version: 0.3.3
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Stuart Chinery
|