実行中に次のエラーが発生しました。他の誰かが次の問題に遭遇しましたか?
例外のため停止しました: Errno::ETIMEDOUT 操作がタイムアウトしました - connect(2) /Users/dan/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/net/http.rb:762:in `initialize' /Users/dan/Documents/Working Directory/One-Big-Switch-Website/spec/requests/admin/role_editing_spec.rb:10:in `ブロック (2 レベル) in '
私のテスト:
「スーパー管理者として、ユーザーにロールを追加できます」 admin_dashboard_index_path にアクセス ----- 行 10 login_admin_user(スーパー管理者) admin_users_path にアクセス page.should have_css("h2", :text => "Users") page.within("tr", :text => user.email) する click_link "更新" 終わり page.should have_field("user_password") 終わり