Skip to content

Commit

Permalink
Fix TestToCodeMappingTest
Browse files Browse the repository at this point in the history
  • Loading branch information
Genki-S committed Jul 1, 2015
1 parent 8752964 commit 8b0bf55
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/test_to_code_mapping_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@

class TestToCodeMappingTest < TTNT::TestCase
def setup
# These tests do not depend on fixture file
File.delete("#{@repo.workdir}/.ttnt/test_to_code_mapping.json")
# clean up generated .ttnt files
FileUtils.rm_rf("#{@repo.workdir}/.ttnt")
@test_to_code_mapping = TTNT::TestToCodeMapping.new(@repo)
end

Expand Down

0 comments on commit 8b0bf55

Please sign in to comment.