decko-commons/decko

View on GitHub
card/spec/support/matchers/expectations.rb

Summary

Maintainability
A
0 mins
Test Coverage
module CardExpectations
  def expect_content_of name
    expect(Card.fetch(name).content)
  end
end