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

Multiple computed calls to describe aren't registered #246

Closed
arlimus opened this issue Nov 19, 2015 · 0 comments
Closed

Multiple computed calls to describe aren't registered #246

arlimus opened this issue Nov 19, 2015 · 0 comments
Labels
Type: Bug Feature not working as expected

Comments

@arlimus
Copy link
Contributor

arlimus commented Nov 19, 2015

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.

arlimus added a commit that referenced this issue Nov 19, 2015
@arlimus arlimus added the Type: Bug Feature not working as expected label Dec 2, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Bug Feature not working as expected
Projects
None yet
Development

No branches or pull requests

1 participant