Top Level Namespace
- Includes:
- Wrong
Defined Under Namespace
Modules: IRB, RSpec, Sickill, Wrong Classes: Object, Sexp
Constant Summary
Constants included from Wrong
Constants included from Wrong::Eventually
Wrong::Eventually::NO_BLOCK_PASSED
Instance Method Summary collapse
Methods included from Wrong
Methods included from Wrong::Assert
#assert, #deny, #failure_class, #failure_message, #increment_assertion_count
Methods included from Wrong::D
Methods included from Wrong::CloseTo
Methods included from Wrong::Eventually
Methods included from Wrong::Capturing
Methods included from Wrong::Rescuing
Instance Method Details
#wrong_adapter_failure(why) ⇒ Object
3 4 5 6 7 8 9 10 11 12 13 |
# File 'lib/wrong/adapters/test_unit.rb', line 3 def wrong_adapter_failure(why) $stderr.puts why $stderr.puts "Make sure to use Bundler or Rubygems to load the test-unit gem. For example:\n require 'rubygems'\n gem 'test-unit'\n require 'test/unit'\n require 'wrong/adapters/test_unit'\n TEXT\n exit 1\nend\n" |