mirror of
https://github.com/thoughtbot/shoulda-matchers.git
synced 2022-11-09 12:01:38 -05:00
Added clarification to README
Signed-off-by: Nick Quaranto <nick@quaran.to>
This commit is contained in:
parent
c53e720363
commit
fdb4b5135e
1 changed files with 14 additions and 12 deletions
|
@ -76,6 +76,7 @@ Makes TDD so much easier.
|
|||
|
||||
Macros to test the most common controller patterns...
|
||||
|
||||
class PostsControllerTest < ActionController::TestCase
|
||||
context "on GET to :show for first record" do
|
||||
setup do
|
||||
get :show, :id => 1
|
||||
|
@ -90,6 +91,7 @@ Macros to test the most common controller patterns...
|
|||
assert_equal 1, assigns(:user).id
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
=== Helpful Assertions (Shoulda::Assertions)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue