Skip to content

Rails 4.2 with Apartment and Minitest and Capybara and the issue of fixtures

Notifications You must be signed in to change notification settings

talakoski/rails-apartment-minitest-capybara-fixtures

Repository files navigation

README

Create tenants:

> rake db:setup
> rake db:migrate
> rails c
2.3.3 :003 > %w{red yellow green}.each{|tenant| Apartment::Tenant.create(tenant)}

About

Rails 4.2 with Apartment and Minitest and Capybara and the issue of fixtures

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published