Skip to content

Commit

Permalink
fix typo in assert_enqueued_jobs example [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
y-yagi committed Feb 7, 2016
1 parent c909a00 commit 6809758
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion activejob/lib/active_job/test_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ def after_teardown # :nodoc:
# The number of times a specific job is enqueued can be asserted.
#
# def test_logging_job
# assert_enqueued_jobs 2, only: LoggingJob do
# assert_enqueued_jobs 1, only: LoggingJob do
# LoggingJob.perform_later
# HelloJob.perform_later('jeremy')
# end
Expand Down

0 comments on commit 6809758

Please sign in to comment.