Sha256: ad59277d18871bfe7470f60c9eaf3f12e6c4055fcb3533b509467d51883222b8

Contents?: true

Size: 181 Bytes

Versions: 1

Compression:

Stored size: 181 Bytes

Contents

require_relative '../../test_helper'
describe AgileUtils::Helper do
  context '#simplest_test' do
    it 'must pass the simple test' do
      'string'.wont_be_nil
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
agile_utils-0.0.2 test/lib/agile_utils/test_helper.rb