Created
December 10, 2009 22:04
-
-
Save mileszs/253734 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| should "timestamp the file name before creation" do | |
| upload = Factory.build(:upload, :its_file_name => 'a_file') | |
| before_filename = upload.its_file_name | |
| upload.save | |
| assert before_filename != upload.its_file_name | |
| end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment