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

Fix where scope, in order to use let method and matcher in where blocks #7

Merged
merged 1 commit into from
Sep 24, 2012

Conversation

joker1007
Copy link
Collaborator

  • Create ExampleGroup instance for evaluate where block.
  • Get parameters from instance.instance_eval

- Create ExampleGroup instance for evaluate where block.
- Get parameters from instance.instance_eval
tomykaira added a commit that referenced this pull request Sep 24, 2012
Fix where scope, in order to use let method and matcher in where blocks
@tomykaira tomykaira merged commit 23b839d into tomykaira:master Sep 24, 2012
@tomykaira
Copy link
Owner

Thank you very much! 👍
I've tried, but couldn't.

@@ -11,6 +11,7 @@
# should do additions

describe RSpec::Parameterized do
let(:hoge) {2}
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sorry, I forgot to delete this line.

Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sure, I deleted.

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