https://github.com/pepabo/railstutorial-ios
チーム涅槃
https://github.com/pepabo/railstutorial-ios
Last synced: about 1 month ago
JSON representation
チーム涅槃
- Host: GitHub
- URL: https://github.com/pepabo/railstutorial-ios
- Owner: pepabo
- Created: 2015-08-18T05:10:03.000Z (almost 10 years ago)
- Default Branch: development
- Last Pushed: 2016-11-12T01:54:56.000Z (over 8 years ago)
- Last Synced: 2025-04-15T03:04:27.452Z (about 1 month ago)
- Language: Swift
- Homepage:
- Size: 4.83 MB
- Stars: 5
- Watchers: 195
- Forks: 0
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# railstutorial-ios
[](https://travis-ci.org/pepabo/railstutorial-ios)## 環境
- Xcode6.4
- iOS8.4
- iPhone6## テスト
ターミナルからしたい人用に用意してあります。
`bundle install` しておいてください(整形用に[xcpretty](https://github.com/supermarin/xcpretty)を使っているため)。実行方法は以下の通り。
```
make test
```
xcodebuildがテスト用のスキーマでクリーンしてからテストしてくれます。