decko-commons/decko

View on GitHub
mod/style/spec/set/self/style_mods_spec.rb

Summary

Maintainability
A
0 mins
Test Coverage
# -*- encoding : utf-8 -*-

RSpec.describe Card::Set::Self::StyleMods do
  describe "dependent_asset_inputters" do
    it "finds active theme" do
      expect(card_subject.dependent_asset_inputters)
        .to eq [:yeti_skin.card, "customized yeti skin".card]
    end
  end
end