Sha256: b6b386a7b6848324f6a04a95556256d0b449601d869062c8569db2acd8060a46
Contents?: true
Size: 370 Bytes
Versions: 135
Compression:
Stored size: 370 Bytes
Contents
# A pile of methods that only get tested in their frameworks # and thus make this file only 100% covered when all framework test # results are merged module FrameworkSpecific class << self def cucumber "Only tested in Cucumber" end def rspec "Only tested in RSpec" end def test_unit "Only tested in Test/Unit" end end end
Version data entries
135 entries across 114 versions & 21 rubygems