Skip to content

Instantly share code, notes, and snippets.

@alekst
Last active August 29, 2015 14:00
Show Gist options
  • Save alekst/11255016 to your computer and use it in GitHub Desktop.
Save alekst/11255016 to your computer and use it in GitHub Desktop.
test verbose's truthiness
# vim:fileencoding=utf-8
require_relative 'test_helper'
context 'Resque::Scheduler::Configuration' do
test 'verbose should be false' do
assert_kind_of(FalseClass, Resque::Scheduler.verbose)
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment