Created
January 17, 2016 01:09
-
-
Save takai/a81bb909fc89844ec09b to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
RSpec.describe(テスト対象クラス) do | |
it do | |
テスト対象 = テスト対象をインスタンス化 | |
テスト対象の状態を設定 | |
expect(テスト対象.メソッド名).to eq("△△") | |
end | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment