decko-commons/decko

View on GitHub
mod/date/spec/set/self/now_spec.rb

Summary

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

describe Card::Set::Self::Now do
  it "has a date" do
    expect(render_card(:raw, name: "*now").match(/\w+day, \w+ \d+, \d{4}/)).not_to be_nil
  end
end