decko-commons/decko

View on GitHub
mod/carrierwave/spec/lib/carrier_wave/file_card_uploader_spec.rb

Summary

Maintainability
A
0 mins
Test Coverage

Name your test subject if you need to reference it explicitly.
Open

          .to eq "~#{subject.id}/#{subject.last_action_id}.txt"

Name your test subject if you need to reference it explicitly.
Open

        expect(subject.attachment.db_content)

Start context description with 'when', 'with', or 'without'.
Open

    context "coded file" do

Start context description with 'when', 'with', or 'without'.
Open

    context "web file" do

Name your test subject if you need to reference it explicitly.
Open

          .to eq "~#{subject.id}/#{subject.last_action_id}.txt"

Name your test subject if you need to reference it explicitly.
Open

        expect(subject.attachment.db_content)

Start context description with 'when', 'with', or 'without'.
Open

    context "local file" do

Name your test subject if you need to reference it explicitly.
Open

        expect(subject.attachment.db_content)

There are no issues that match your filters.

Category
Status