Skip to content

Commit

Permalink
modifying README for clearer cucumber instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
daino3 committed Mar 9, 2016
1 parent 282e04c commit 75df0fa
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
agent_fix (0.2.2)
agent_fix (0.3.0)
anticipate
cucumber (~> 1.3)
fix_spec (>= 1.0.0)
Expand Down
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,20 @@ Usage

### Configuration

In order to use Agent FIX, in your `env.rb` you must:
In order to use Agent FIX, you must:

```ruby
require 'agent_fix'
```

To use with cucumber, you must:

```ruby
# env.rb
require 'agent_fix/cucumber'
require 'agent_fix/cucumber/report'
```

You can define a data dictionary using FIX spec:

```ruby
Expand Down

0 comments on commit 75df0fa

Please sign in to comment.