Readme.md.mountain_berry_fields in surrogate-0.5.2 vs Readme.md.mountain_berry_fields in surrogate-0.5.3
- old
+ new
@@ -1,5 +1,7 @@
+[![Build Status](https://secure.travis-ci.org/JoshCheek/surrogate.png?branch=master)](http://travis-ci.org/JoshCheek/surrogate)
+
<% setup do %>
$LOAD_PATH.unshift '../lib', __FILE__
require 'surrogate'
<% end %>
@@ -529,10 +531,9 @@
TODO
----
* Remove dependency on all of RSpec and only depend on rspec-core, then have AC tests for the other shit
-* Move surrogates to be first class and defined in the classes that use them.
* Add proper failure messages for block invocations
* Add a better explanation for motivations
* Figure out whether I'm supposed to be using clone or dup for the object -.^ (looks like there may also be an `initialize_copy` method I can take advantage of instead of crazy stupid shit I'm doing now)
* don't blow up when delegating to the Object#initialize with args (do I still want this, or do I want to force arity matching (and maybe even variable name matching)?)
* config: rspec_mocks loaded, whether unprepared blocks should raise or just return nil