Sha256: b2817e2ea6baa04233d038781cd09c262a8220f407d03979cbe64c67399bf6a8

Contents?: true

Size: 242 Bytes

Versions: 45

Compression:

Stored size: 242 Bytes

Contents

require File.join(File.expand_path(__FILE__).sub(/\/ftw\/.*/, "/testing"))
require "ftw/crlf"

describe FTW::CRLF do
  test "CRLF is as expected" do
    class Foo
      include FTW::CRLF
    end

    assert_equal("\r\n", Foo::CRLF)
  end
end

Version data entries

45 entries across 45 versions & 1 rubygems

Version Path
ftw-0.0.49 test/ftw/crlf.rb
ftw-0.0.48 test/ftw/crlf.rb
ftw-0.0.47 test/ftw/crlf.rb
ftw-0.0.46 test/ftw/crlf.rb
ftw-0.0.45 test/ftw/crlf.rb
ftw-0.0.44 test/ftw/crlf.rb
ftw-0.0.43 test/ftw/crlf.rb
ftw-0.0.42 test/ftw/crlf.rb
ftw-0.0.41 test/ftw/crlf.rb
ftw-0.0.40 test/ftw/crlf.rb
ftw-0.0.39 test/ftw/crlf.rb
ftw-0.0.38 test/ftw/crlf.rb
ftw-0.0.37 test/ftw/crlf.rb
ftw-0.0.36 test/ftw/crlf.rb
ftw-0.0.35 test/ftw/crlf.rb
ftw-0.0.34 test/ftw/crlf.rb
ftw-0.0.33 test/ftw/crlf.rb
ftw-0.0.32 test/ftw/crlf.rb
ftw-0.0.31 test/ftw/crlf.rb
ftw-0.0.30 test/ftw/crlf.rb