Skip to content

Commit

Permalink
update README for using bullet in test environment
Browse files Browse the repository at this point in the history
  • Loading branch information
flyerhzm committed Nov 1, 2010
1 parent b9e2dfb commit c60762d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions README.textile
Expand Up @@ -164,8 +164,7 @@ end

after(:each)
if Bullet.enable?
Bullet.growl_notification
Bullet.log_notification('Test: ')
Bullet.perform_out_of_channel_notifications
Bullet.end_request
end
end
Expand Down
3 changes: 1 addition & 2 deletions README_for_rails2.textile
Expand Up @@ -184,8 +184,7 @@ end

after(:each)
if Bullet.enable?
Bullet.growl_notification
Bullet.log_notification('Test: ')
Bullet.perform_out_of_channel_notifications
Bullet.end_request
end
end
Expand Down

0 comments on commit c60762d

Please sign in to comment.