Skip to content

Instantly share code, notes, and snippets.

@mAu888
Created May 19, 2016 11:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mAu888/770ae084e99d08bb47e262b61049c1ff to your computer and use it in GitHub Desktop.
Save mAu888/770ae084e99d08bb47e262b61049c1ff to your computer and use it in GitHub Desktop.
func testPriceIsBeingLocalizedForGivenLocale() {
let sut = Product(price: NSDecimalNumber(float: 9.99), locale: NSLocale(localeIdentifier: "de_DE"))
XCTAssertEqual(sut.priceString, "9,99 €")
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment