Skip to content

Commit

Permalink
Remove email requirement in specs
Browse files Browse the repository at this point in the history
  • Loading branch information
localhots committed Mar 20, 2024
1 parent e4a86a8 commit c222602
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions spec/spec_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,7 @@
end

MusicBrainz.configure do |c|
test_email = `git config user.email`.chomp
raise 'Configure user.email in Git before running tests' if test_email.empty?

c.app_name = "MusicBrainzGemTestSuite"
c.app_version = MusicBrainz::VERSION
c.contact = test_email
c.contact = "root@localhost"
end

0 comments on commit c222602

Please sign in to comment.