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 Jul 11, 2019
1 parent 036c2eb commit fcb9197
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bundler
3 changes: 1 addition & 2 deletions test/rubygems/test_gem_specification.rb
Expand Up @@ -2463,13 +2463,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 fcb9197

Please sign in to comment.