Example #1
0
 /**
  * @test
  */
 public function returns_component_file_name_with_only_component_directory()
 {
     $file = new File($this->css_components_file(), $this->css_directory());
     $this->assertEquals('components/text.css', $file->asset());
 }