Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Windows: support check_is_installed_by_gem #720

Merged
merged 1 commit into from
Aug 24, 2020

Conversation

kenhys
Copy link
Contributor

@kenhys kenhys commented Aug 24, 2020

Example:

describe package("#{spec.name}") do
it { should be_installed.by("gem").with_version(spec.version) }
end

This commit fixes the following error:

check_is_installed_by_gem is not implemented in Specinfra::Command::Windows::Base::Package

Example:

  describe package("#{spec.name}") do
    it { should be_installed.by("gem").with_version(spec.version) }
  end

This commit fixes the following error:

  check_is_installed_by_gem is not implemented in Specinfra::Command::Windows::Base::Package
@mizzy
Copy link
Owner

mizzy commented Aug 24, 2020

Thanks!

@mizzy mizzy merged commit a1bfdda into mizzy:master Aug 24, 2020
@mizzy
Copy link
Owner

mizzy commented Aug 24, 2020

Released as v2.82.19.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants