Sha256: 195436d93596f1bbc2c977634d134566759eb69958301cb531995bc8969640df
Contents?: true
Size: 234 Bytes
Versions: 2
Compression:
Stored size: 234 Bytes
Contents
require 'shoulda_ext/assertions' require 'shoulda_ext/matchers' require 'test/unit' module Test # :nodoc: all module Unit class TestCase extend ShouldaExt::Matchers include ShouldaExt::Assertions end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
socialcast_shoulda_ext-0.1.4 | lib/shoulda_ext/integrations/test_unit.rb |
socialcast_shoulda_ext-0.1.2 | lib/shoulda_ext/integrations/test_unit.rb |