Skip to content

Instantly share code, notes, and snippets.

@sanaumair
Created March 12, 2012 13:03
Show Gist options
  • Save sanaumair/2021714 to your computer and use it in GitHub Desktop.
Save sanaumair/2021714 to your computer and use it in GitHub Desktop.
unless RUBY_PLATFORM =~ /mswin|mingw/
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
end
unless RUBY_PLATFORM =~ /mswin|mingw/
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
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment