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

fixes #16196 - fix typo in image scoped search #3749

Closed
wants to merge 1 commit into from

Conversation

martin-ducar-gd
Copy link

No description provided.


test "image scoped search for compute_resource works" do
resource = compute_resources(:one)
assert Image.search_for("compute_resource = #{resource.name}")
Copy link
Contributor

Choose a reason for hiding this comment

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

Better might be to check the result includes one of the images assigned to this compute resource (test/fixtures/images.yml): assert_includes Image.search_for("compute_resource = #{resource.name}"), images(:one)

@domcleal
Copy link
Contributor

Thanks, works well - just one comment.

[test]

@timogoebel
Copy link
Member

[test]

@tbrisker
Copy link
Member

Merged as 96eed04, thanks @martin-ducar-gd!

@tbrisker tbrisker closed this Aug 21, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
5 participants