Sha256: b3e19b375c2b9129570c78b2fa11ec2830f542289133b804420ab2629b9caa71
Contents?: true
Size: 164 Bytes
Versions: 4
Compression:
Stored size: 164 Bytes
Contents
require "formatting" module Helpers def space_to_nbsp(value) value.gsub(" ", "\xc2\xa0") end end RSpec.configure do |config| config.include Helpers end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
formatting-0.0.11 | spec/spec_helper.rb |
formatting-0.0.10 | spec/spec_helper.rb |
formatting-0.0.9 | spec/spec_helper.rb |
formatting-0.0.8 | spec/spec_helper.rb |