Sha256: d630baf9d3df57ec924fc2039b9fedf6c37575061a0d62c41e1972f2dad4be1a

Contents?: true

Size: 122 Bytes

Versions: 6

Compression:

Stored size: 122 Bytes

Contents

module Critic::Fake
  Dir[File.expand_path('../fake/*.rb', __FILE__)].each do |file|
    require_relative(file)
  end
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
chalk-log-0.1.7 test/_lib/fake.rb
chalk-log-0.1.6 test/_lib/fake.rb
chalk-log-0.1.5 test/_lib/fake.rb
chalk-log-0.1.4 test/_lib/fake.rb
chalk-log-0.1.3 test/_lib/fake.rb
chalk-log-0.1.2 test/_lib/fake.rb