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 construction of ruby objects on string and array handlers #746

Merged
merged 1 commit into from
May 13, 2016

Conversation

arlimus
Copy link
Contributor

@arlimus arlimus commented May 13, 2016

No description provided.

@arlimus arlimus added the Type: Bug Feature not working as expected label May 13, 2016
it 'constructs a simple resource+argument with array accessors' do
obj.qualifier = [['resource'], ['[2]']]
obj.to_ruby.must_equal "
describe resource.[2] do
Copy link
Contributor

Choose a reason for hiding this comment

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

I believe we need resource[2] to be generated

@alexpop
Copy link
Contributor

alexpop commented May 13, 2016

Thanks for this improvement and all the tests 👍

@alexpop alexpop merged commit 9f19a55 into master May 13, 2016
@alexpop alexpop deleted the dr/object-construction branch May 13, 2016 17:19
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

Successfully merging this pull request may close these issues.

None yet

2 participants