cuki 0.0.7 → 0.0.8
Sign up to get free protection for your applications and to get access to all the features.
- data/VERSION +1 -1
- data/cuki.gemspec +1 -1
- data/features/step_defs/pull_steps.rb +1 -1
- data/lib/cuki.rb +1 -1
- metadata +3 -3
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.0.
|
1
|
+
0.0.8
|
data/cuki.gemspec
CHANGED
@@ -4,7 +4,7 @@ Given /^a Confluence page on "([^"]*)" with id (\d+):$/ do |host, id, content|
|
|
4
4
|
# the URLs to be stubbed
|
5
5
|
|
6
6
|
@stubs ||= {}
|
7
|
-
@stubs["http://#{host}/pages/
|
7
|
+
@stubs["http://#{host}/pages/editpage.action?pageId=#{id}"] = content
|
8
8
|
|
9
9
|
File.open('stubs.json', 'w') do |f|
|
10
10
|
f.write @stubs.to_json
|
data/lib/cuki.rb
CHANGED
metadata
CHANGED