* use `expect { }.to` rather than `lambda { }.should` in specs. * Use fakefs gem instead of using temp_dir in specs. * Use localhost server in specs instead of hitting example.com. * Fix #method vs .method in specs.