Created
December 10, 2012 00:31
-
-
Save johnivanoff/4247671 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
| test$ ruby feed_aggregator_test.rb | |
| Run options: | |
| # Running tests: | |
| ...F | |
| Finished tests in 0.251257s, 15.9200 tests/s, 19.8999 assertions/s. | |
| 1) Failure: | |
| test_it_says_feed_aggregator(FeedAggregatorTest) [feed_aggregator_test.rb:18]: | |
| <"Feed Aggregator"> expected but was | |
| <"<!DOCTYPE html>\n<html>\n <head>\n <meta charset=\"UTF-8\">\n <meta name=\"viewport\" content=\"user-scalable=yes, width=device-width\" />\n<title>Lovely Sunsets</title> \n</head>\n<body>\n <h1>Feed Aggregator</h1>\n</body>\n</html>\n">. | |
| 4 tests, 5 assertions, 1 failures, 0 errors, 0 skips |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment