Sha256: 2c88008801a63e167147c317f2756eafb860bab3d703410c65d8581ac16d7c00

Contents?: true

Size: 327 Bytes

Versions: 13

Compression:

Stored size: 327 Bytes

Contents

require_relative '_lib'
require 'subprocess'

class Critic::Functional::ConfigatronTest < Critic::Functional::Test
  describe 'loading' do
    it 'does not define top-level configatron method if loading configatron/core' do
      Subprocess.check_call([File.expand_path('../_lib/scripts/core.rb', __FILE__)])
    end
  end
end

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
configatron-4.5.1 test/functional/loading.rb
configatron-4.5.0 test/functional/loading.rb
configatron-4.4.1 test/functional/loading.rb
configatron-4.4.0 test/functional/loading.rb
configatron-4.3.0 test/functional/loading.rb
configatron-4.2.1 test/functional/loading.rb
configatron-4.2.0 test/functional/loading.rb
configatron-4.1.1 test/functional/loading.rb
configatron-4.1.0 test/functional/loading.rb
configatron-4.0.3 test/functional/loading.rb
configatron-4.0.2 test/functional/loading.rb
configatron-4.0.1 test/functional/loading.rb
configatron-4.0.0 test/functional/loading.rb