We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
As reported by @schisamo :
%w( candle.exe heat.exe light.exe ).each do |utility| describe file("C:/wix/#{utility}") do it { should be_file } end
This will only register one describe call, not all 3.
The text was updated successfully, but these errors were encountered:
bugfix: support multiple computed calls to describe
44cc830
fixes #246 Signed-off-by: Dominik Richter <[email protected]>
d935d00
fixes #246
a04ff02
No branches or pull requests
As reported by @schisamo :
This will only register one describe call, not all 3.
The text was updated successfully, but these errors were encountered: