RSSAmplifier

Seth Vargo · Jan 12, 2013

Unit Testing Correctly

0
Sign in to vote or save

This site does not allow itself to be embedded. You can still read it on the original site — the toolbar below keeps your place in the directory.

Let's talk about testing. Testing is fun, it's awesome, and if you want to be agile, it's a necessity. But chances are, you're doing it wrong. Before we dive into Chef, let's look at a small Ruby example. Consider a class writes a downloads an HTML page from a website and writes the contents to a file: require 'net/http'

Read on sethvargo.com

Comments

Nothing yet. Say the first thing.

    Sign in to join the conversation.