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
| *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 |
| # 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) |
| 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 |