私はスペックに次のコードを持っています:
describe "using the update action" do
before { put user_path(user) }
specify { response.should redirect_to(login_path) }
end
テストを実行した結果は次のとおりです。
Illegal instruction: 4
ここで私が間違っていることを明確にしないでください。何か案は?
私はスペックに次のコードを持っています:
describe "using the update action" do
before { put user_path(user) }
specify { response.should redirect_to(login_path) }
end
テストを実行した結果は次のとおりです。
Illegal instruction: 4
ここで私が間違っていることを明確にしないでください。何か案は?