Class: Rspec::Dunlop::SelfTest

Inherits:
Object
  • Object
show all
Includes:
Integrity
Defined in:
lib/rspec/dunlop/self_test.rb,
lib/rspec/dunlop/self_test.rb

Defined Under Namespace

Modules: Integrity Classes: Failure

Instance Method Summary collapse

Methods included from Integrity

#properly_installed_and_configured?, #source_file_valid?, #target_file_valid?, #test_duplicate_model_names

Instance Method Details

#fail_with(message) ⇒ Object



2
3
4
# File 'lib/rspec/dunlop/self_test.rb', line 2

def fail_with(message)
  Failure.new(message)
end