Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
SamSaffron committed Sep 22, 2014
1 parent 7de3312 commit d1f6aba
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions spec/controllers/admin/backups_controller_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@
describe ".show" do

it "uses send_file to transmit the backup" do
FileUtils.mkdir_p Backup.base_directory
File.open(Backup.base_directory << "/" << backup_filename, "w") do |f|
f.write("hello")
end
Expand Down

0 comments on commit d1f6aba

Please sign in to comment.