Sha256: 25c93d2d053a10b17dc7d0283ff1966ed0916c983f202353dcc53a07c11c48fe
Contents?: true
Size: 312 Bytes
Versions: 1
Compression:
Stored size: 312 Bytes
Contents
require 'spec/helper' describe "String#unindent" do it "should remove indentation" do %( hello how are you doing ).ui.should == \ %(hello how are you doing) end it 'should not break on a single line' do 'word'.unindent.should == 'word' end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
ramaze-0.2.1 | spec/snippets/string/unindent.rb |