testing with rspec

Post on 04-Dec-2014

133 Views

Category:

Technology

0 Downloads

Preview:

Click to see full reader

DESCRIPTION

Basic informations about testing using Rspec

TRANSCRIPT

Testing with rspec

Simple test

Lets are awesome

Subjects are awesome too

Use '#' for instance methods and '.' for class methods

Use contexts

Stubs vs mocks

Stubs vs mocks

Factory Girl

Factory Girl

Only one assertion per example

Only one assertion per example

Shared examples

Shared examples

Keep description shortDon't use 'should'

Spork

Guard

Stubbing HTTP requests -webmock

Recording HTTP requests - vcr

Questions?

top related