Skip to content

Commit

Permalink
don't use colon method call
Browse files Browse the repository at this point in the history
  • Loading branch information
copiousfreetime committed May 3, 2024
1 parent e836549 commit 518712e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/detect/host_os_family_spec.rb
Expand Up @@ -12,7 +12,7 @@
Launchy.reset_global_options
end

YAML::load_file(File.expand_path("../../tattle-host-os.yaml", __FILE__))["host_os"].keys.sort.each do |os|
YAML.load_file(File.expand_path("../../tattle-host-os.yaml", __FILE__))["host_os"].keys.sort.each do |os|
it "OS family of #{os} is detected" do
os_family = Launchy::Detect::HostOsFamily.detect(os)
_(os_family).must_be_kind_of Launchy::Detect::HostOsFamily
Expand Down

0 comments on commit 518712e

Please sign in to comment.