Sha256: 5e77ff6a7f5e85abbce7489fd9d0ea19ce66c4666a2be729e6eede0644fd1919
Contents?: true
Size: 213 Bytes
Versions: 6
Compression:
Stored size: 213 Bytes
Contents
# coding: utf-8 require 'spec_helper' RSpec.describe Verse, '#align' do it "aligns text" do text = "the madness of men" expect(Verse.align(text, 22, :center)).to eq(" the madness of men ") end end
Version data entries
6 entries across 6 versions & 1 rubygems