Skip to content

Commit

Permalink
Version14
Browse files Browse the repository at this point in the history
Just me tidying up the behat file. In this contrived example we aren't
going to be doing anything special with potential buyers, so we can just
get rid of this explicit context for now.
  • Loading branch information
jenkoian committed Jan 20, 2015
1 parent 50fce97 commit 2712efb
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions behat.yml.dist
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -5,15 +5,7 @@ default:
contexts: contexts:
- HomeOwnerContext - HomeOwnerContext
filters: filters:
tags: "@home-owner" tags: "@home-owner && @potential-buyer"
potential-buyer:
contexts:
- HomeOwnerContext
filters:
tags: "@potential-buyer"
# home-owner-ui: # home-owner-ui:
# contexts: # contexts:
# - WebHomeOwnerContext # - WebHomeOwnerContext
# potential-buyer-ui:
# contexts:
# - WebHomeOwnerContext

0 comments on commit 2712efb

Please sign in to comment.