Skip to content

Instantly share code, notes, and snippets.

@mlooney
Created June 2, 2009 15:01
Show Gist options
  • Save mlooney/122279 to your computer and use it in GitHub Desktop.
Save mlooney/122279 to your computer and use it in GitHub Desktop.
1) Error:
test: an import should all have same timestamp. (BeanieBastardftpImporterTest):
RuntimeError: Dates do not match: 200906 expected, was 200905
app/importers/beanie_bastardftp_importer.rb:66:in `parse'
app/importers/importer.rb:43:in `perform'
app/importers/importer.rb:43:in `perform'
/test/unit/importers/beanie_bastardftp_importer_test.rb:28:in `__bind_1243954709_440055'
vendor/gems/thoughtbot-shoulda-2.10.1/lib/shoulda/context.rb:271:in `call'
vendor/gems/thoughtbot-shoulda-2.10.1/lib/shoulda/context.rb:271:in `run_current_setup_blocks'
vendor/gems/thoughtbot-shoulda-2.10.1/lib/shoulda/context.rb:270:in `each'
vendor/gems/thoughtbot-shoulda-2.10.1/lib/shoulda/context.rb:270:in `run_current_setup_blocks'
vendor/gems/thoughtbot-shoulda-2.10.1/lib/shoulda/context.rb:252:in `test: an import should all have same timestamp. '
2) Error:
test: an import should change "ImporterData.count" by 48. (BeanieBastardftpImporterTest):
RuntimeError: Dates do not match: 200906 expected, was 200905
app/importers/beanie_bastardftp_importer.rb:66:in `parse'
app/importers/importer.rb:43:in `perform'
app/importers/importer.rb:43:in `perform'
/test/unit/importers/beanie_bastardftp_importer_test.rb:28:in `__bind_1243954709_842713'
vendor/gems/thoughtbot-shoulda-2.10.1/lib/shoulda/context.rb:271:in `call'
vendor/gems/thoughtbot-shoulda-2.10.1/lib/shoulda/context.rb:271:in `run_current_setup_blocks'
vendor/gems/thoughtbot-shoulda-2.10.1/lib/shoulda/context.rb:270:in `each'
vendor/gems/thoughtbot-shoulda-2.10.1/lib/shoulda/context.rb:270:in `run_current_setup_blocks'
vendor/gems/thoughtbot-shoulda-2.10.1/lib/shoulda/context.rb:252:in `test: an import should change "ImporterData.count" by 48. '
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment