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 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
require 'spec_helper'
require 'rails_helper'
describe DataExplorer::QueryController do
routes { ::DataExplorer::Engine.routes }