2
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2025-09-06 10:50:21 +08:00

DEV: remove qunit rails fork and add a couple of async tests

This commit is contained in:
Sam 2018-04-23 16:42:25 +10:00
parent 0a442977b3
commit 54d153068a
9 changed files with 489 additions and 22 deletions

View file

@ -116,7 +116,6 @@ group :test, :development do
gem 'certified', require: false
# later appears to break Fabricate(:topic, category: category)
gem 'fabrication', '2.9.8', require: false
gem 'discourse-qunit-rails', require: 'qunit-rails'
gem 'mocha', require: false
gem 'rb-fsevent', require: RUBY_PLATFORM =~ /darwin/i ? 'rb-fsevent' : false
gem 'rb-inotify', '~> 0.9', require: RUBY_PLATFORM =~ /linux/i ? 'rb-inotify' : false