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.29 test/ftw/crlf.rb
ftw-0.0.28 test/ftw/crlf.rb
ftw-0.0.27 test/ftw/crlf.rb
ftw-0.0.26 test/ftw/crlf.rb
ftw-0.0.25 test/ftw/crlf.rb
ftw-0.0.24 test/ftw/crlf.rb
ftw-0.0.23 test/ftw/crlf.rb
ftw-0.0.22 test/ftw/crlf.rb
ftw-0.0.21 test/ftw/crlf.rb
ftw-0.0.20 test/ftw/crlf.rb
ftw-0.0.19 test/ftw/crlf.rb
ftw-0.0.18 test/ftw/crlf.rb
ftw-0.0.17 test/ftw/crlf.rb
ftw-0.0.16 test/ftw/crlf.rb
ftw-0.0.15 test/ftw/crlf.rb
ftw-0.0.14 test/ftw/crlf.rb
ftw-0.0.13 test/ftw/crlf.rb
ftw-0.0.11 test/ftw/crlf.rb
ftw-0.0.10 test/ftw/crlf.rb
ftw-0.0.9 test/ftw/crlf.rb