rails

Ruby / Rails Testing information

Some testing related information (for ruby/rails):

gems to install:

sudo gem install term-ansicolor treetop diff-lcs nokogiri builder
sudo gem install ZenTest redgreen autotest-rails rspec rspec-rails cucumber webrat

cucumber.yml: (in config in rails project)

autotest-all: --require features --require lib --format progress features
autotest: --require features --require lib features
default: --format pretty --color
html: --format html --out features.html

.profile: (add)

Patch to get rid of rspec warnings

I started playing with rspec and am getting some annoying warnings. I created a simple patch to get rid of the warnings.

Syndicate content