Created
March 12, 2012 12:14
-
-
Save sanaumair/2021445 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
should "have translated item type in URLs for the alternate languages" do | |
pending do | |
@tags.each do |tag| | |
# TODO: form the URL for other languages with translated values in it #BOSOND-543 | |
alternate_url = '' | |
assert_equal alternate_url, tag[:href] | |
end | |
end | |
end | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
context "Make sure we have all the facet boxes needed for a certain search_type visible" do | |
should "item_types" do | |
pending "need to make fixtures for the data" do | |
flunk "Check the git repo for a huge amoung of not working tests on this topic in case you want to start from somewhere" | |
end | |
end | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment