質問編集履歴

1

デバッグ時に使用していたsleep\(\)の削除

2016/04/06 23:16

投稿

yughei
yughei

スコア8

test CHANGED
File without changes
test CHANGED
@@ -51,8 +51,6 @@
51
51
  it "redirect to index" do
52
52
 
53
53
  post :create, blog: attributes_for(:blog)
54
-
55
- sleep(20)
56
54
 
57
55
  expect(response).to redirect_to blogs_path(assigns([:blogs]))
58
56