CHANGES.textile in rspec-cells-0.0.5 vs CHANGES.textile in rspec-cells-0.1.0
- old
+ new
@@ -1,4 +1,9 @@
+h2. 0.1.0
+
+h3. Changes
+ * Removed @ViewAssigns@. Maintenance Release.
+
h2. 0.0.5
h3. Changes
* Works with RSpec-2.6 now, too.
* We no longer provide our own Capybara string matchers but delegate to @Capybara.string@. If you ever used the @==@ equality check, this won't work anymore. As a tradeoff, you get all string matchers Capybara comes up with, making rspec-cells forward-compatible.