Skip to content

Commit

Permalink
whitespace cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
copiousfreetime committed Jul 19, 2015
1 parent 7f2ebc4 commit 37fb557
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spec/passwd_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
# existing
@tf = Tempfile.new("rpasswrd-passwd-test")
@tf.write(IO.read(PASSWD_ORIGINAL_TEST_FILE))
@tf.close
@tf.close
@htauth = HTAuth::Passwd.new

# new file
@new_file = File.join(File.dirname(@tf.path), "new-testfile")

Expand Down

0 comments on commit 37fb557

Please sign in to comment.