copycopter_client 1.0.0.beta7 → 1.0.0.beta8
Sign up to get free protection for your applications and to get access to all the features.
data/features/rails.feature
CHANGED
@@ -173,6 +173,7 @@ Feature: Using copycopter in a rails app
|
|
173
173
|
| test.one | expected one | unexpected one |
|
174
174
|
| test.two | expected two | unexpected two |
|
175
175
|
When I successfully rake "copycopter:deploy"
|
176
|
+
And the output should contain "Successfully marked all blurbs as published"
|
176
177
|
Then the "abc123" project should have the following blurbs:
|
177
178
|
| key | draft content | published content |
|
178
179
|
| test.one | expected one | expected one |
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: copycopter_client
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 299253588
|
5
5
|
prerelease: true
|
6
6
|
segments:
|
7
7
|
- 1
|
8
8
|
- 0
|
9
9
|
- 0
|
10
|
-
-
|
11
|
-
version: 1.0.0.
|
10
|
+
- beta8
|
11
|
+
version: 1.0.0.beta8
|
12
12
|
platform: ruby
|
13
13
|
authors:
|
14
14
|
- thoughtbot
|