mdoel-cukesteps 0.3.0 → 0.3.1
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/README.rdoc +1 -1
- data/VERSION +1 -1
- data/cukesteps.gemspec +1 -1
- metadata +1 -1
data/README.rdoc
CHANGED
@@ -80,7 +80,7 @@ The negation of each of the above is also available (e.g. Then I should not see
|
|
80
80
|
To install the gem, use:
|
81
81
|
|
82
82
|
gem sources add github.com (only need to do this once)
|
83
|
-
gem install
|
83
|
+
gem install mdoel-cukesteps
|
84
84
|
|
85
85
|
To use it, add the following to your features/support/env.rb file:
|
86
86
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.3.
|
1
|
+
0.3.1
|
data/cukesteps.gemspec
CHANGED