Sha256: 4b2d4d7488d5f2d287f4419669c43b978b9274431d59761f4262ff3acc43e429

Contents?: true

Size: 239 Bytes

Versions: 14

Compression:

Stored size: 239 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

14 entries across 14 versions & 1 rubygems

Version Path
whowish_word-0.6.5 spec/spec_helper.rb
whowish_word-0.6.4 spec/spec_helper.rb
whowish_word-0.6.3 spec/spec_helper.rb
whowish_word-0.6.2 spec/spec_helper.rb
whowish_word-0.6.2gem spec/spec_helper.rb
whowish_word-0.6.1 spec/spec_helper.rb
whowish_word-0.6.0 spec/spec_helper.rb
whowish_word-0.5.5 spec/spec_helper.rb
whowish_word-0.5.4 spec/spec_helper.rb
whowish_word-0.5.3 spec/spec_helper.rb
whowish_word-0.5.2 spec/spec_helper.rb
whowish_word-0.5.1 spec/spec_helper.rb
whowish_word-0.5.0 spec/spec_helper.rb
whowish_word-0.4.0 spec/spec_helper.rb