Skip to content

Commit

Permalink
Test for guard#76 fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
Piotr Sokolowski committed Jan 11, 2013
1 parent 32e7d70 commit 40e7656
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/listen/directory_record_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@

it 'works with non UTF-8 paths' do
path = "tmp/\xE4\xE4"
subject.relative_to_base(File.join(base_directory, path)).should eq path
subject.relative_to_base(File.join(base_directory, path))
end

context 'when containing regexp characters in the base directory' do
Expand Down

0 comments on commit 40e7656

Please sign in to comment.