Skip to content

Commit 61bae48

Browse files
committed
Point the gemfile to the correct homepage
https://github.com/rspec/rspec-activemodel-mocks is the right one.
1 parent 91bcb71 commit 61bae48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rspec-activemodel-mocks.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Gem::Specification.new do |s|
99
s.license = "MIT"
1010
s.authors = ["David Chelimsky", "Andy Lindeman", "Thomas Holmes"]
1111
s.email = "[email protected]"
12-
s.homepage = "http://github.com/thomas-holmes/rspec-activemodel-mocks"
12+
s.homepage = "https://github.com/rspec/rspec-activemodel-mocks"
1313
s.summary = "rspec-activemodel-mocks-#{RSpec::ActiveModel::Mocks::Version::STRING}"
1414
s.description = "RSpec test doubles for ActiveModel and ActiveRecord"
1515

0 commit comments

Comments
 (0)