diff options
| author | Dan Allen <dan.j.allen@gmail.com> | 2013-10-23 16:53:18 -0600 |
|---|---|---|
| committer | Dan Allen <dan.j.allen@gmail.com> | 2013-10-25 00:45:41 -0600 |
| commit | a54baabc7f43d3cd4e4e3142b26d296438a08d5b (patch) | |
| tree | 5b99a9cd805d6099f3c8e75c586c37c776ed1b86 /Gemfile | |
| parent | 9dd3d83c3e4a2e30aa62f7057876fd41a5225bbe (diff) | |
resolves #731 add initial Cucumber test infrastructure
- add cucumber and rspec-expectations dependencies
- add cucumber Rake task definition
- add sample cucumber tests and a step definition rough-in
- set version ranges for library dependencies
Diffstat (limited to 'Gemfile')
| -rw-r--r-- | Gemfile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,5 +1,6 @@ source 'https://rubygems.org' +# Look in asciidoctor.gemspec for runtime and development dependencies gemspec # enable this group to use Guard for continuous testing |
