Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
クラスに入れたくないアルゴリズムメソッドを書いているだけです。だから私はそれらを私のルビーファイルに入れました。しかし、テストの書き方や、より具体的には describe :xxx の使用方法がわかりません。これは、メインの記述の後に置くクラス名がないためです。何か案は?
describe ステートメントの後に任意の文字列を配置できます。
describe "Something You Want To Test" do # Your specs here end