Sha256: bb9722ee402f545ec7b6f3d1a22796e89f9b689c8efe9ec0f881816795a33ea4

Contents?: true

Size: 379 Bytes

Versions: 1

Compression:

Stored size: 379 Bytes

Contents

# The bulk of FunWith::Testing::TestCase can be found in the fun_with_testing gem.

module FunWith
  module Testing
    module TestCaseExtensions
      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
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
fun_with_files-0.0.18 ./lib/fun_with/testing/test_case_extensions.rb