Skip to content
This repository has been archived by the owner on Jun 6, 2023. It is now read-only.

Commit

Permalink
update code example
Browse files Browse the repository at this point in the history
  • Loading branch information
dnesteryuk committed May 29, 2014
1 parent 660ce6e commit c6495df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@
* added possibility to use relative path with a home path.

```ruby
actor_without_home_path.public_send(action_method) do
self.some_link.click_and_apply_vcr do
home_path 'custom'

fixtures ['~/../arya_stark'] # '~' indicates a home path which is defined above in this block
fixtures ['~/../test'] # '~' indicates a home path which is defined above in this block
end
```

Expand Down

0 comments on commit c6495df

Please sign in to comment.