Module: ActiveStorageMatchers

Defined in:
lib/decidim/dev/test/rspec_support/activestorage_matchers.rb

Defined Under Namespace

Classes: BeBlobUrl, BlobMatch, IncludeBlobUrls

Instance Method Summary collapse

Instance Method Details

#be_blob_url(expected) ⇒ Object



4
5
6
# File 'lib/decidim/dev/test/rspec_support/activestorage_matchers.rb', line 4

def be_blob_url(expected)
  BeBlobUrl.new(expected)
end

#include_blob_urls(*expected) ⇒ Object



8
9
10
# File 'lib/decidim/dev/test/rspec_support/activestorage_matchers.rb', line 8

def include_blob_urls(*expected)
  IncludeBlobUrls.new(expected)
end