Sha256: 3db7720ee9ad87899a8f7102092704467eef337eaef7ced091088376c39ec8f7

Contents?: true

Size: 279 Bytes

Versions: 11

Compression:

Stored size: 279 Bytes

Contents

module Symphonia
  module SpecHelper
    if Rails.env.test?
      require File.expand_path('../../../spec/spec_helper', __FILE__)
      Dir.glob(File.expand_path('../../../spec/{factories,support}/*.rb', __FILE__)).each do |file|
        require file
      end
    end
  end
end

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
symphonia-6.0.6 lib/symphonia/spec_helper.rb
symphonia-6.0.5 lib/symphonia/spec_helper.rb
symphonia-6.0.4 lib/symphonia/spec_helper.rb
symphonia-6.0.2 lib/symphonia/spec_helper.rb
symphonia-6.0.1 lib/symphonia/spec_helper.rb
symphonia-6.0.0 lib/symphonia/spec_helper.rb
symphonia-5.0.6 lib/symphonia/spec_helper.rb
symphonia-5.0.5 lib/symphonia/spec_helper.rb
symphonia-5.0.4 lib/symphonia/spec_helper.rb
symphonia-5.0.3 lib/symphonia/spec_helper.rb
symphonia-5.0.0 lib/symphonia/spec_helper.rb