Sha256: df5c1084f849fe9bb634cac4e0a11b6d5b5e39a6f8abe7e605b040f8f05098a5

Contents?: true

Size: 206 Bytes

Versions: 2

Compression:

Stored size: 206 Bytes

Contents

require 'pathname'
require 'shoulda'
root  =  Pathname(__FILE__).dirname.parent.parent
require  root + 'lib/redgreen'

class TestShouldaFailure < Test::Unit::TestCase
  def test_failure
    flunk
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
mynyml-redgreen-0.5.2 test/shoulda/test_failure.rb
mynyml-redgreen-0.5.1 test/shoulda/test_failure.rb