https://github.com/erran/scenario_context
A wrapper for Scenario/Scenario Outline information
https://github.com/erran/scenario_context
Last synced: about 1 year ago
JSON representation
A wrapper for Scenario/Scenario Outline information
- Host: GitHub
- URL: https://github.com/erran/scenario_context
- Owner: erran
- License: mit
- Created: 2014-07-18T04:17:58.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2014-08-30T21:57:03.000Z (almost 12 years ago)
- Last Synced: 2025-03-20T08:47:45.394Z (about 1 year ago)
- Language: Ruby
- Homepage: https://github.com/erran/scenario_context
- Size: 219 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# ScenarioContext
TODO: Write a gem description
## Installation
Add this line to your application's Gemfile:
gem 'scenario_context'
And then execute:
$ bundle
Or install it yourself as:
$ gem install scenario_context
## Usage
TODO: Write usage instructions here
## Contributing
1. [Fork it](http://github.com/erran/scenario_context/fork)
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create new Pull Request