From b87dfc273e1e7a562579ce9a39de32ced408f2df Mon Sep 17 00:00:00 2001 From: Stormwind Date: Tue, 20 Oct 2015 11:28:10 +0200 Subject: [PATCH] Add rubella/input/base to spec helper It's not neccessary to add this, but it makes the tests classes a bit more visible. --- spec/spec_helper.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb index aeee1d9..da1fa01 100644 --- a/spec/spec_helper.rb +++ b/spec/spec_helper.rb @@ -8,4 +8,5 @@ end require 'rubella' require 'rubella/storage' -require 'rubella/input/json' \ No newline at end of file +require 'rubella/input/base' +require 'rubella/input/json'