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

Add a way to view a tag independently and list all values associated #27

Closed
wants to merge 1 commit into from

Conversation

brentm5
Copy link
Owner

@brentm5 brentm5 commented Mar 7, 2013

Closes #22

@coveralls
Copy link

Coverage increased (+0.04%) when pulling f000530 on bm-add-tag-view-page into 0e7b1ec on master.

View Details

end

def verify_tag_page(tag)
within 'h2' do

Choose a reason for hiding this comment

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

Is this within the tag or is the actual text of the h2 tag? I try to avoid within tags when they are unnecessary.

page.should have_selector('h2', text: tag.name)

@drapergeek
Copy link

Looks good though overall I think the naming within this project is less than ideal. Mapped values and values is just really hard to understand.

@brentm5
Copy link
Owner Author

brentm5 commented Mar 7, 2013

What would you suggest for naming ? I didn't like it either but at the time I came up empty

@drapergeek
Copy link

I don't know the problem space really, I've not looked at the code in depth so I really can't provide solutions but it would be worth it for us to look at it soon or its going to continue to be had to understand.

@brentm5
Copy link
Owner Author

brentm5 commented Mar 7, 2013

Alright sounds like a plan... atm it really isnt complicated but ill make an issue to refactor the mapped values model

@brentm5 brentm5 closed this Mar 8, 2013
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.

A user should be able to see a tag and all the values associated with that tag
3 participants