Sha256: 3d076baa32d773db41911e550cbc7d6e26078fb89c7a9453faa18fea0b1c2e84

Contents?: true

Size: 258 Bytes

Versions: 19

Compression:

Stored size: 258 Bytes

Contents

# encoding: utf-8

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

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



Version data entries

19 entries across 19 versions & 1 rubygems

Version Path
whowish_word-0.3.1 spec/spec_helper.rb
whowish_word-0.3.0 spec/spec_helper.rb
whowish_word-0.2.7 spec/spec_helper.rb
whowish_word-0.2.6 spec/spec_helper.rb
whowish_word-0.2.5 spec/spec_helper.rb
whowish_word-0.2.3 spec/spec_helper.rb
whowish_word-0.2.2 spec/spec_helper.rb
whowish_word-0.2.1 spec/spec_helper.rb
whowish_word-0.2.0 spec/spec_helper.rb
whowish_word-0.1.9 spec/spec_helper.rb
whowish_word-0.1.8 spec/spec_helper.rb
whowish_word-0.1.7 spec/spec_helper.rb
whowish_word-0.1.6 spec/spec_helper.rb
whowish_word-0.1.5 spec/spec_helper.rb
whowish_word-0.1.4 spec/spec_helper.rb
whowish_word-0.1.3 spec/spec_helper.rb
whowish_word-0.1.2 spec/spec_helper.rb
whowish_word-0.1.1 spec/spec_helper.rb
whowish_word-0.1.0 spec/spec_helper.rb