Sha256: 6071ccc13d2ca76d8a61105af0dcf7909349a08dd512914396e823484ed49eaa

Contents?: true

Size: 172 Bytes

Versions: 9

Compression:

Stored size: 172 Bytes

Contents

require_relative '../../test_helper'
describe GemBootstrap do
  context '#dummy_test' do
    it 'must pass the simple test' do
      'string'.wont_be_nil
    end
  end
end

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
gem_bootstrap-0.3.2 test/lib/gem_bootstrap/test_gem_bootstrap.rb
gem_bootstrap-0.3.1 test/lib/gem_bootstrap/test_gem_bootstrap.rb
gem_bootstrap-0.3.0 test/lib/gem_bootstrap/test_gem_bootstrap.rb
gem_bootstrap-0.2.9 test/lib/gem_bootstrap/test_gem_bootstrap.rb
gem_bootstrap-0.2.8 test/lib/gem_bootstrap/test_gem_bootstrap.rb
gem_bootstrap-0.2.7 test/lib/gem_bootstrap/test_gem_bootstrap.rb
gem_bootstrap-0.2.6 test/lib/gem_bootstrap/test_gem_bootstrap.rb
gem_bootstrap-0.2.5 test/lib/gem_bootstrap/test_gem_bootstrap.rb
gem_bootstrap-0.2.4 test/lib/gem_bootstrap/test_gem_bootstrap.rb