Sha256: ace45f72924ef529bc84b0e5241bd90ef3d93621629b2541ffa355d4437d5228
Contents?: true
Size: 379 Bytes
Versions: 1
Compression:
Stored size: 379 Bytes
Contents
# frozen_string_literal: true shared_examples_for 'files not in changeset' do it 'should have no message' do expect(messages).to be_empty end it 'should have no warnings' do expect(warnings).to be_empty end it 'should have no failures' do expect(failures).to be_empty end it 'should have no markdowns' do expect(markdowns).to be_empty end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
danger-ios_logs-0.1.2 | spec/shared_example_groups/files_not_in_changeset.rb |