Move shared specs to lib

This commit is contained in:
Nikita Shilnikov 2016-08-29 21:12:50 +03:00
parent 99fb4dc273
commit 16b4a60e46
No known key found for this signature in database
GPG Key ID: E569D1D64C40E241
3 changed files with 1 additions and 0 deletions

0
spec/shared/.gitkeep Normal file
View File

View File

@ -24,6 +24,7 @@ begin
rescue LoadError; end
Dir[Pathname(__dir__).join('shared/*.rb')].each(&method(:require))
require 'spec/dry/types'
RSpec.configure do |config|
config.before do