Skip to content

Instantly share code, notes, and snippets.

View oakbow's full-sized avatar
🏠
Working from home

Oakbow oakbow

🏠
Working from home
View GitHub Profile

自己紹介

名前

大久保英樹(@oakbow)

職業

流しのRuby/Railsプログラマ ※ 元Job-Hubの開発責任者

各技術のステータス

# You need to add your domain into Capybara's whitelist.
RSpec.configure do |config|
Capybara::Webkit.configure do |c|
c.block_unknown_urls
c.allow_url("admin.lvh.me")
end
Capybara.default_selector = :css
: