Skip to content

Basic App for workshop 'Acceptence testing using ruby' - where you will learn how to write acceptance tests in efficient and practical way, in the context of Ruby On Rails framework (using tools like: rspec and capybara).

Notifications You must be signed in to change notification settings

cs3b/rupy_2011_acceptance_test_workshop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Application Setup

Use/install Ruby 1.9.2 version and create gemset ‘rupy`

rvm use 1.9.2
rvm gemset create 1.9.2@rupy

Clone rpository

git clone https://github.com/cs3b/rupy_2011_acceptance_test_workshop.git
cd rupy_2011_acceptance_test_workshop
bundle install

Copy and configure your database file

cp config/database.yml.example config/database.yml

Create / migrate / seed for developement and test environment

rake db:create:all
rake db:migrate
rake db:seed

RAILS_ENV=test rake db:migrate
RAILS_ENV=test rake db:seed
https://github.com/cs3b/rupy_2011_acceptance_test_workshop/compare/master...ex-1#diff-3
https://github.com/cs3b/rupy_2011_acceptance_test_workshop/compare/master...ex-1#diff-4
https://github.com/cs3b/rupy_2011_acceptance_test_workshop/compare/ex-1...ex-2
(...)

About

Basic App for workshop 'Acceptence testing using ruby' - where you will learn how to write acceptance tests in efficient and practical way, in the context of Ruby On Rails framework (using tools like: rspec and capybara).

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •