1
0
mirror of synced 2026-08-05 18:06:55 +00:00

FIX: Use rails_helper.

This commit is contained in:
Guo Xiang Tan
2016-04-12 05:13:51 +08:00
parent 195931c6ba
commit e1475f4c5c
+1 -1
View File
@@ -1,4 +1,4 @@
require 'spec_helper'
require 'rails_helper'
describe DataExplorer::QueryController do
routes { ::DataExplorer::Engine.routes }