- Twitter: @benlovell
- Website or Blog: http://github.com/benlovell
- Lanyrd: http://lanyrd.com/profile/benlovell/
- Slide decks: http://speakerdeck.com/benlovell/>
- Company: 1minus1 Ltd. http://1minus1.com
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
require 'open-uri' | |
# url dsl -- the ultimate url dsl! | |
# | |
# You just can't beat this: | |
# | |
# $ irb -r url_dsl | |
# >> include URLDSL | |
# => Object | |
# >> http://github.com/defunkt.json |
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
# mocking stub chains with an assertion if the final call is made | |
# check https://github.com/rspec/rspec-mocks/issues/133 and | |
# https://groups.google.com/d/topic/rspec/Dc98rP-3IFM/discussion | |
require 'rspec' | |
class DevOps | |
attr_reader :monitor | |
def initialize(monitor = Monitor.new) |
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
*FFF*F | |
Pending: | |
Item can be completed | |
# Not yet implemented | |
# ./spec/models/item_spec.rb:11 | |
Item starts as incomplete | |
# Not yet implemented | |
# ./spec/models/item_spec.rb:9 |
The popular open-source contract for web designers and developers by Stuff & Nonsense
- Originally published: 23/12/2008
- Revised date: 15/12/2013
- Original post