Skip to content

Commit

Permalink
Fix file spec
Browse files Browse the repository at this point in the history
  • Loading branch information
danlucraft committed Jul 31, 2010
1 parent b28dba3 commit 9234498
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/project/spec/project/file_list_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ def relative_path(*path)

before do
@file_list = FileList.new(fixture_path)
FileUtils.rm_f(relative_path("tags"))
FileUtils.rm_f(relative_path(".redcar"))
end

it "should return an empty list initially" do
Expand Down

0 comments on commit 9234498

Please sign in to comment.