Skip to content

Commit

Permalink
Monkeypatch for Faker now included into Faker 1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
akzhan committed Sep 19, 2012
1 parent cdfe055 commit 869cfbc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
2 changes: 1 addition & 1 deletion git-commit-notifier.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Gem::Specification.new do |s|
s.add_development_dependency(%q<rspec-core>, [">= 0"])
s.add_development_dependency(%q<rspec-expectations>, [">= 0"])
s.add_development_dependency(%q<rr>, ["~> 1.0"])
s.add_development_dependency(%q<faker>, ["~> 1.1.1"])
s.add_development_dependency(%q<faker>, ["~> 1.1.2"])
s.add_development_dependency(%q<yard>, ["~> 0.8.1"])
s.add_development_dependency(%q<redcarpet>, ["~> 2.1"])
end
9 changes: 0 additions & 9 deletions spec/spec_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,6 @@
Encoding.default_internal = "utf-8"
end

# Faker ruby 1.8 compatibility issue #157
unless Symbol.respond_to?(:downcase)
Symbol.class_eval do
def downcase
to_s.downcase.intern
end
end
end

require 'rubygems'
require 'faker'
require 'rspec/core'
Expand Down

0 comments on commit 869cfbc

Please sign in to comment.