Module: Virtuatable::Builders::Helpers::Tests

Extended by:
ActiveSupport::Concern
Included in:
Tests
Defined in:
lib/virtuatable/builders/helpers/tests.rb

Overview

This helpers loads the folders specific in a specs loading scenario.

Author:

Instance Method Summary collapse

Instance Method Details

#load_tests!Object



15
16
17
# File 'lib/virtuatable/builders/helpers/tests.rb', line 15

def load_tests!
  require_folders('spec/support', 'spec/shared')
end