tddium-preview 0.6.12 → 0.6.13
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/lib/tddium/constant.rb +1 -1
- data/lib/tddium/version.rb +1 -1
- metadata +1 -1
data/lib/tddium/constant.rb
CHANGED
|
@@ -139,7 +139,7 @@ EOF
|
|
|
139
139
|
To enable Campfire notifications, enter your Campfire subdomain, API token,
|
|
140
140
|
and the room name to post for this suite's builds.
|
|
141
141
|
|
|
142
|
-
Subdomain and API token are shared by all suites that belong to you
|
|
142
|
+
Subdomain and API token are shared by all suites that belong to you.
|
|
143
143
|
|
|
144
144
|
Leave the Campfire room name blank to disable Campfire for this suite.
|
|
145
145
|
|
data/lib/tddium/version.rb
CHANGED