Skip to content

Commit

Permalink
Words for 0.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
ianwhite committed Aug 12, 2010
1 parent 93445b4 commit 9c94c68
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 4 deletions.
7 changes: 6 additions & 1 deletion History.txt
@@ -1,8 +1,13 @@
== 0.3.5

* 3 improvements
* bundler is used for setting up development dependencies
* gemspec specifies dependencies for using pickle
* Machinist 2 compatability [giddie]

* 1 bugfix
* find_models now works with a factory name with spaces in it [#27]


== 0.3.4

Expand Down
8 changes: 6 additions & 2 deletions README.rdoc
Expand Up @@ -316,13 +316,17 @@ can build up composite objects with ease

== Run the tests

To get all the dependencies required for developing pickle, do the following

bundle install

To run the specs do:

rake spec
bundle exec rake spec

To run the features (rails 2.3 only ATM):

rake cucumber
bundle exec rake cucumber

== Contributors

Expand Down
2 changes: 1 addition & 1 deletion VERSION
@@ -1 +1 @@
0.3.4
0.3.5

0 comments on commit 9c94c68

Please sign in to comment.