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:
parent
0a442977b3
commit
54d153068a
9 changed files with 489 additions and 22 deletions
1
Gemfile
1
Gemfile
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue