我在规范中有以下代码:
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
不清楚我在这里做错了什么。有任何想法吗?