0
0
Fork 0

Add rubella/input/base to spec helper

It's not neccessary to add this, but it makes the tests classes a bit more
visible.
This commit is contained in:
Stormwind 2015-10-20 11:28:10 +02:00
parent 0a43aaa23a
commit b87dfc273e
1 changed files with 2 additions and 1 deletions

View File

@ -8,4 +8,5 @@ end
require 'rubella'
require 'rubella/storage'
require 'rubella/input/json'
require 'rubella/input/base'
require 'rubella/input/json'