Merge branch 'rs-reply-hotkey' into 'master'
"Reply quoting selected text" shortcut/hotkey Adds the <kbd>r</kbd> hotkey for quoting selected text on Issuable forms. This MR also updates the jasmine gem and adds jasmine-rails to let us use the asset pipeline (and Coffeescript) in JS specs. See merge request !1775
Showing
... | ... | @@ -251,7 +251,8 @@ group :development, :test do |
# PhantomJS driver for Capybara | ||
gem 'poltergeist', '~> 1.5.1' | ||
gem 'jasmine', '2.0.2' | ||
gem 'jasmine', '~> 2.2.0' | ||
gem 'jasmine-rails' | ||
gem "spring", '~> 1.3.1' | ||
gem "spring-commands-rspec", '1.0.4' | ||
... | ... |
This diff is collapsed.
Please register or sign in to comment