Skip to content

Instantly share code, notes, and snippets.

@alex-raz
alex-raz / cloudSettings
Last active August 18, 2021 12:25
Visual Studio Code Settings Sync Gist
{"lastUpload":"2021-08-18T09:35:07.864Z","extensionVersion":"v3.4.3"}
@alex-raz
alex-raz / Gemfile
Last active December 1, 2018 09:35
ActionCable testing with Capybara
# 3.7.0 has some issues with `port` option
gem 'puma', '>= 3.7.1'
group :test do
# starting from 2.7.0 Capybara allows to specify the named server to use
gem 'capybara', '>= 2.7.0'
# just for reference
gem 'selenium-webdriver'
end