Skip to content

Commit

Permalink
Update expectation in test_to_ruby_with_rsa_key
Browse files Browse the repository at this point in the history
  • Loading branch information
bronzdoc committed Sep 17, 2019
1 parent 8ac0647 commit 2e65f7d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/rubygems/test_gem_specification.rb
Expand Up @@ -2461,13 +2461,12 @@ def test_to_ruby_with_rsa_key
s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version=
s.require_paths = ["lib".freeze]
s.authors = ["A User".freeze]
s.date = "2019-05-30"
s.date = "#{Gem::Specification::TODAY.strftime "%Y-%m-%d"}"
s.description = "This is a test description".freeze
s.email = "example@example.com".freeze
s.files = ["lib/code.rb".freeze]
s.homepage = "http://example.com".freeze
s.rubygems_version = "3.1.0.pre1".freeze
s.signing_key = OpenSSL::PKey::RSA
s.summary = "this is a summary".freeze
end
SPEC
Expand Down

0 comments on commit 2e65f7d

Please sign in to comment.