* Smart decorator returns created date.
* @throws Exception If some problem inside
*/
@Test
public void canGetCreatedAt() throws Exception {
final Release release = MkReleaseTest.release();
final Release.Smart smart = new Release.Smart(release);
MatcherAssert.assertThat(
smart.createdAt(),
Matchers.equalTo(new Github.Time(this.value(release, "created_at"))
.date()