Skip to content

Instantly share code, notes, and snippets.

@sanaumair
Created March 12, 2012 12:51
Show Gist options
  • Save sanaumair/2021638 to your computer and use it in GitHub Desktop.
Save sanaumair/2021638 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment