Skip to content

Commit

Permalink
Merge a1bb2c8 into c78daaa
Browse files Browse the repository at this point in the history
  • Loading branch information
denisdefreyne committed May 3, 2015
2 parents c78daaa + a1bb2c8 commit c93e9de
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions test/base/temp_filename_factory_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,11 @@

describe Nanoc::TempFilenameFactory do
subject do
Nanoc::TempFilenameFactory.instance
Nanoc::TempFilenameFactory.new
end

let(:prefix) { 'foo' }

before do
subject.cleanup(prefix)
end

describe '#create' do
it 'should create unique paths' do
path_a = subject.create(prefix)
Expand Down

0 comments on commit c93e9de

Please sign in to comment.