mirror of
https://github.com/drapergem/draper
synced 2023-03-27 23:21:17 -04:00
Fix build failure
rspec-rails 2.13.1 checks Rails.version when loading RailsExampleGroup which is used by ammeter. Therefore we need to require rails.
This commit is contained in:
parent
13eb12d8e2
commit
9ad833b475
1 changed files with 1 additions and 0 deletions
|
@ -1,4 +1,5 @@
|
||||||
require 'spec_helper'
|
require 'spec_helper'
|
||||||
|
require 'rails'
|
||||||
require 'ammeter/init'
|
require 'ammeter/init'
|
||||||
require 'generators/decorator/decorator_generator'
|
require 'generators/decorator/decorator_generator'
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue