0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

サポートモジュール/使い方と注意点

Posted at
Page 1 of 2

サポートモジュール

説明)繰り返しをしている統合テストコードをまとめることができるメソッド。RSpecに用意されているメソッド等をまとめる機能。

使用方法)specディレクトリにディレクトリを用意して、同ディレクトリ内にファイルを作成する。そのファイル内に、まとめたいコードをメソッド名を設定して記述していく。その際、以下の作業が必要となる。

作業)rails_helper.rbのコメントアウトの消去
   (コメントアウトの付け方外し方はcommandキー + /キー)
(rails_helperとは、railsにおいてRSpecを使用する際に共通の設定を書いておくファイルのこと。)
   モジュールの設定

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?