Sha256: 47e56d28169e031f0dcb39882791ea4b1069b612172a21d8dc6d558d1fa40709
Contents?: true
Size: 391 Bytes
Versions: 6
Compression:
Stored size: 391 Bytes
Contents
# encoding: utf-8 require "rspec" require "social_profile" # Load support files Dir["#{File.dirname(__FILE__)}/support/**/*.rb"].each { |f| require f } RSpec.configure do |config| # Remove this line if you don't want RSpec's should and should_not # methods or matchers require 'rspec/expectations' config.include RSpec::Matchers # == Mock Framework config.mock_with :rspec end
Version data entries
6 entries across 6 versions & 1 rubygems