Skip to content

Commit

Permalink
Updated documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
myronmarston committed Jul 7, 2009
1 parent e445222 commit 145a5d5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CHANGELOG.rdoc
@@ -1,6 +1,7 @@
== 0.5.0 / 2009-07-05
== 0.5.0 / 2009-07-07

* Added better error handling. The data[:key] = record form is deprecated in favor of data.add(:key) { record }.
* Allow preloaders to be redefined. This should make this more compatible with autotest.

== 0.4.3 / 2009-06-05

Expand Down
4 changes: 4 additions & 0 deletions README.rdoc
Expand Up @@ -123,6 +123,10 @@ at the start of each test run. If you want finer grain control over which prelo
data.add(:john) { User.create(:first_name => 'John', :last_name => 'Doe') }
end

== Known Issues

* This gem doesn't play nice with autotest.

== Copyright

Copyright (c) 2009 Myron Marston, Kashless.org. See LICENSE for details.

0 comments on commit 145a5d5

Please sign in to comment.