Skip to content

Commit

Permalink
Update README change in the previous commit that relates to the let
Browse files Browse the repository at this point in the history
… change made and reverted in earlier commits
  • Loading branch information
ashmoran committed Nov 26, 2013
1 parent 0dc183f commit c133392
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -30,10 +30,10 @@ end
it { should ... }
```

## Fabricators
## Let
```Ruby
# letf
let(:fabricator) { Fabricate.build(:fabricator) }
# let
let(:variable) { ClassName.new }
```

## Expectations
Expand Down

0 comments on commit c133392

Please sign in to comment.