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

Where cannot be after with_them #1

Closed
tomykaira opened this issue May 21, 2012 · 0 comments
Closed

Where cannot be after with_them #1

tomykaira opened this issue May 21, 2012 · 0 comments

Comments

@tomykaira
Copy link
Owner

I want to use something like this.

describe "plus" do
  with_them do
    it "should do additions" do
      (a + b).should == answer
    end
  end

  where(:a, :b, :answer) do
    [
      [1 , 2 , 3],
      [5 , 8 , 13],
      [0 , 0 , 0]
    ]
  end
end
tomykaira added a commit that referenced this issue May 22, 2012
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

No branches or pull requests

1 participant