Sha256: 69471e6d02090d454aa8f758ebdef9f9cde8b30dce95ec9993f9d7e31f9eed48
Contents?: true
Size: 857 Bytes
Versions: 19
Compression:
Stored size: 857 Bytes
Contents
# CONTRIBUTING ## 環境構築方法 jpmobile-ipaddressesとjpmobile-terminfoのgemをインストールしていない場合。 ``` $ git clone git@github.com:jpmobile/jpmobile.git $ bundle install $ cd vendor $ git clone git@github.com:jpmobile/jpmobile-ipaddresses.git $ git clone git@github.com:jpmobile/jpmobile-terminfo.git ``` ## SMTPサーバの準備 SMTP通信を行うテストが含まれており、現時点では[mailtrap](https://mailtrap.io/)を利用しています。 以下のように環境変数を設定してテストを実行してください。 ``` export MAILTRAP_USERNAME=XXXXXXXXXXXXXX export MAILTRAP_PASSWORD=YYYYYYYYYYYYYY ``` ## テスト 以下のテストを通過する必要があります。 ``` $ bundle exec rake test $ bundle exec rubocop ``` ### Railsでのテスト ``` $ bundle exec rake test:rails ```
Version data entries
19 entries across 19 versions & 1 rubygems