public function testChangesetCanBeSpcifiedWithTimestamp()
 {
     $this->assertEquals("{$this->migrations_path}/2013-10-02-my-custom-changeset-name/DoSomethingAwesome.php", $this->finder->prepareMigrationPath('DoSomethingAwesome', $this->migrations_path, '2013-10-02-my custom changeset name'));
 }