https://github.com/pepabo/railstutorial-ios
チーム涅槃
https://github.com/pepabo/railstutorial-ios
Last synced: 4 months ago
JSON representation
チーム涅槃
- Host: GitHub
- URL: https://github.com/pepabo/railstutorial-ios
- Owner: pepabo
- Created: 2015-08-18T05:10:03.000Z (almost 11 years ago)
- Default Branch: development
- Last Pushed: 2016-11-12T01:54:56.000Z (over 9 years ago)
- Last Synced: 2025-10-11T06:14:48.335Z (8 months ago)
- Language: Swift
- Homepage:
- Size: 4.83 MB
- Stars: 5
- Watchers: 193
- 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がテスト用のスキーマでクリーンしてからテストしてくれます。