GildedRose-Refactoring-Kata/swift
2021-12-07 21:24:21 -08:00
..
Sources Swift: Apply AppCode inspection "redundant return" 2021-12-07 21:24:21 -08:00
Tests/GildedRoseTests
.gitignore
Package.swift
README.md

Build and test using any of the following

Command line:

  • swift test

Xcode:

  • Open this "swift" folder to open package
  • In the Xcode menu, select Product > Test to run tests

AppCode:

  • Open this "swift" folder to open package
  • Select "GildedRoseTests" configuration and run