Skip to content

Commit

Permalink
Merge pull request #11 from misaflo/spec-flac
Browse files Browse the repository at this point in the history
Fix typo in flac spec
  • Loading branch information
AndrewRadev committed Oct 22, 2023
2 parents 52770d6 + 32f2598 commit a42d560
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/plugin/flac_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

describe "flac" do
before :each do
skip "Backend not installed: opustags" if !command_exists?('metaflac')
skip "Backend not installed: metaflac" if !command_exists?('metaflac')
end

it "can read flac files' contents" do
Expand Down

0 comments on commit a42d560

Please sign in to comment.