protester 0.1.4 → 0.1.5
Sign up to get free protection for your applications and to get access to all the features.
data/README.rdoc
CHANGED
@@ -0,0 +1,10 @@
|
|
1
|
+
write your fixture here
|
2
|
+
|
3
|
+
Example:
|
4
|
+
|
5
|
+
In order to post a article you need to login first
|
6
|
+
|
7
|
+
== post a article > login to admin page
|
8
|
+
| username | password | message |
|
9
|
+
| jinzhu | right_password | /login successful/ |
|
10
|
+
| jinzhu | wrong_password | /login fail/ |
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: protester
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 17
|
5
5
|
prerelease: false
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 1
|
9
|
-
-
|
10
|
-
version: 0.1.
|
9
|
+
- 5
|
10
|
+
version: 0.1.5
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Jinzhu
|
@@ -15,7 +15,7 @@ autorequire:
|
|
15
15
|
bindir: bin
|
16
16
|
cert_chain: []
|
17
17
|
|
18
|
-
date: 2010-08-
|
18
|
+
date: 2010-08-11 00:00:00 +08:00
|
19
19
|
default_executable: protester
|
20
20
|
dependencies:
|
21
21
|
- !ruby/object:Gem::Dependency
|
@@ -61,6 +61,8 @@ files:
|
|
61
61
|
- lib/generators/tester/install_generator.rb
|
62
62
|
- lib/generators/tester/templates/feature_spec.rb
|
63
63
|
- lib/generators/tester/templates/helper.rb
|
64
|
+
- lib/generators/tester/templates/table.table
|
65
|
+
- lib/generators/tester/templates/tester.yml
|
64
66
|
- lib/protester.rb
|
65
67
|
- lib/tester.rb
|
66
68
|
- lib/tester/configuration.rb
|