decko-commons/decko

View on GitHub
mod/account/spec/set/type/user_spec.rb

Summary

Maintainability
A
0 mins
Test Coverage
RSpec.describe Card::Set::Type::User do
  before { Card::Auth.signin :anonymous }

  specify "view: :setup" do
    expect { Card.new(type: :user).format._render_setup }.not_to raise_error
  end
end