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

Allow memorized variables to be used in inputs or expectations #1

Open
acant opened this issue Oct 9, 2015 · 0 comments
Open

Allow memorized variables to be used in inputs or expectations #1

acant opened this issue Oct 9, 2015 · 0 comments

Comments

@acant
Copy link
Contributor

acant commented Oct 9, 2015

Because of there the inputs and it_with methods are called they cannot normally be passed variables memorized with let or let!. I want to investigate passing symbols into those methods, which will retrieve let values if they are present.

let(:value) { 'foobar' }
let(:result) { 'deadbeef' }

input   :number
it_with 2,      'number_result'
it_with :value, :result
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant