Skip to content

Commit

Permalink
Merge pull request collectiveidea#66 from jtperreault/master
Browse files Browse the repository at this point in the history
Remove out of place 'end' in test example.

[ci skip]
  • Loading branch information
laserlemon committed Sep 23, 2014
2 parents 4cd6f26 + bbfbee2 commit 338ed26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -390,7 +390,7 @@ context.
```ruby
describe AuthenticateUser do
describe "#call" do
end

let(:interactor) { AuthenticateUser.new(email: "john@example.com", password: "secret") }
let(:context) { interactor.context }

Expand Down

0 comments on commit 338ed26

Please sign in to comment.