Skip to content

Commit

Permalink
Remove git clone section, since that repo uses Minitest (for now)
Browse files Browse the repository at this point in the history
  • Loading branch information
cllns committed Oct 25, 2017
1 parent 6da04a7 commit 703e437
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions source/guides/1.1/architecture/interactors.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,16 +89,6 @@ Let's say we have our `bookshelf` application,
from the [Getting Started]((/guides/getting-started)
and we want to add the 'email notification for added book' feature.

Clone the `bookshelf` application so we're starting from the same place.

```shell
% git clone git@github.com:hanami/bookshelf.git hanami-bookshelf
% cd hanami-bookshelf
% bundle install
% HANAMI_ENV=test bundle exec hanami db prepare
% bundle exec rake # All the tests should pass
```

# Creating Our Interactor
Let's create a folder for our Interactors, and a folder for their specs:

Expand Down

0 comments on commit 703e437

Please sign in to comment.