Sha256: 618549dc78eebfb6db4e1b01d31d4af1fddeb89a5cf5b5d42c2670f00f7438e4

Contents?: true

Size: 394 Bytes

Versions: 19

Compression:

Stored size: 394 Bytes

Contents

require File.dirname(__FILE__) + '/test_helper'
 
class StringsTest < Test::Unit::TestCase

  def test_to_squawk_prepends_the_word_squawk
     assert_equal "squawk! Hello World", "Hello World".to_squawk
  end
  def test_qwe_is_created_for_string
     assert_equal "worthless method called 'qwe' for 'Hello World'", "Hello World".qwe
  end
  
  def tets_fails
    assert_equal 42,24
  end

end

Version data entries

19 entries across 19 versions & 1 rubygems

Version Path
ric-0.14.2 test/strings_helper.rb
ric-0.14.1 test/strings_helper.rb
ric-0.14.0 test/strings_helper.rb
ric-0.13.0 test/strings_helper.rb
ric-0.12.2 test/strings_helper.rb
ric-0.12.0 test/strings_helper.rb
ric-0.11.19 test/strings_helper.rb
ric-0.11.18 test/strings_helper.rb
ric-0.11.16 test/strings_helper.rb
ric-0.11.15 test/strings_helper.rb
ric-0.11.14 test/strings_helper.rb
ric-0.11.13 test/strings_helper.rb
ric-0.11.12 test/strings_helper.rb
ric-0.11.11 test/strings_helper.rb
ric-0.11.10 test/strings_helper.rb
ric-0.11.9 test/strings_helper.rb
ric-0.11.7 test/strings_helper.rb
ric-0.11.6 test/strings_helper.rb
ric-0.11.4 test/strings_helper.rb