Created
October 9, 2010 22:26
-
-
Save ashaw/618675 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
$ spec multi_wire_spec.rb | |
MultiWire | |
== CreateMultiwireDb: migrating ============================================== | |
-- create_table(:updates) | |
-> 0.0133s | |
== CreateMultiwireDb: migrated (0.0149s) ===================================== | |
- should migrate the db correctly | |
- should load wire XML from fixture | |
- should load twitter feed from fixture | |
- should put stuff in db correctly | |
- should edit existing posts in the db, if original atom entries change | |
- should find the templates | |
- should write out front page correctly | |
- should write out all formats | |
- should strip out images, resize them and put them into their own array (PENDING: Not Yet Implemented) | |
- should shorten body str | |
- should autotweet recent updates (PENDING: Not Yet Implemented) | |
- should extract links from updates (PENDING: Not Yet Implemented) | |
- should extract twitpics from updates (PENDING: Not Yet Implemented) | |
- should linkify users and hashtags in updates (PENDING: Not Yet Implemented) | |
- should strip out links from updates (PENDING: Not Yet Implemented) | |
- should lengten shortlinks in updates (PENDING: Not Yet Implemented) | |
== CreateMultiwireDb: reverting ============================================== | |
-- drop_table(:updates) | |
-> 0.0161s | |
== CreateMultiwireDb: reverted (0.0179s) ===================================== | |
Pending: | |
MultiWire should strip out images, resize them and put them into their own array (Not Yet Implemented) | |
/rails/multi_wire/spec/multi_wire_spec.rb:134 | |
MultiWire should autotweet recent updates (Not Yet Implemented) | |
/rails/multi_wire/spec/multi_wire_spec.rb:182 | |
MultiWire should extract links from updates (Not Yet Implemented) | |
/rails/multi_wire/spec/multi_wire_spec.rb:184 | |
MultiWire should extract twitpics from updates (Not Yet Implemented) | |
/rails/multi_wire/spec/multi_wire_spec.rb:186 | |
MultiWire should linkify users and hashtags in updates (Not Yet Implemented) | |
/rails/multi_wire/spec/multi_wire_spec.rb:188 | |
MultiWire should strip out links from updates (Not Yet Implemented) | |
/rails/multi_wire/spec/multi_wire_spec.rb:190 | |
MultiWire should lengten shortlinks in updates (Not Yet Implemented) | |
/rails/multi_wire/spec/multi_wire_spec.rb:192 | |
Finished in 8.576068 seconds | |
16 examples, 0 failures, 7 pending |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment