Skip to content

Commit

Permalink
Bring back travis and try their gemfile option
Browse files Browse the repository at this point in the history
  • Loading branch information
nickrivadeneira committed Jul 29, 2011
1 parent e99bd73 commit bfe1271
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
8 changes: 8 additions & 0 deletions .travis.yml
@@ -0,0 +1,8 @@
rvm:
- 1.8.7
- 1.9.2
script: "bundle exec rake spec:unit spec:acceptance features"
gemfile:
- gemfiles/2.1.gemfile
- gemfiles/2.3.gemfile
- gemfiles/3.0.gemfile
3 changes: 1 addition & 2 deletions README.md
@@ -1,5 +1,4 @@
factory_girl
============
# factory_girl [![Build Status](http://travis-ci.org/thoughtbot/factory_girl.png)](http://travis-ci.org/thoughtbot/factory_girl)

factory_girl is a fixtures replacement with a straightforward definition syntax, support for multiple build strategies (saved instances, unsaved instances, attribute hashes, and stubbed objects), and support for multiple factories for the same class (user, admin_user, and so on), including factory inheritance.

Expand Down

0 comments on commit bfe1271

Please sign in to comment.