Module: FunWith::Testing::TestCaseExtensions

Defined in:
lib/fun_with/testing/test_case_extensions.rb

Instance Method Summary collapse

Instance Method Details

#install_fun_with_files_assertionsObject



6
7
8
9
# File 'lib/fun_with/testing/test_case_extensions.rb', line 6

def install_fun_with_files_assertions
  include FunWith::Testing::Assertions::Basics        # some of the FWF assertions rely on these
  include FunWith::Testing::Assertions::FunWithFiles
end