Sha256: 766bc2430e26df9f1f2cf0b454e03e83fb7754a8324491687c5b65ea5c683d18

Contents?: true

Size: 210 Bytes

Versions: 2

Compression:

Stored size: 210 Bytes

Contents

# encoding: utf-8

require 'rspec'
require File.expand_path("../../lib/whowish_word",__FILE__)

RSpec.configure do |config|
  
  String.class_eval do
    def html_safe
      return self
    end
  end
  
end



Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
whowish_word-0.3.3 spec/spec_helper.rb
whowish_word-0.3.2 spec/spec_helper.rb