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

Version Path
social_profile-0.1.4 spec/spec_helper.rb
social_profile-0.1.3 spec/spec_helper.rb
social_profile-0.1.2 spec/spec_helper.rb
social_profile-0.1.1 spec/spec_helper.rb
social_profile-0.1.0 spec/spec_helper.rb
social_profile-0.0.1 spec/spec_helper.rb