decko-commons/decko

View on GitHub
mod/carrierwave/spec/set/type/file/bucket_config_spec.rb

Summary

Maintainability
A
0 mins
Test Coverage

The first argument to describe should be the class or module being tested.
Open

describe "#bucket config" do

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

    expect { subject }.to raise_error(Card::Error)

Use let instead of an instance variable.
Open

    Cardio.config.file_buckets = @old_bucket_config

There are no issues that match your filters.

Category
Status