makandra dev

Update RubyGems and Passenger Bundler requires Rubygems >= 1.3.6. Run gem update --system if you have an older version.

github.com

There are three ways to define your own RSpec matchers, with increasing complexibility and options: 1) Use RSpec::Matchers.define

When you roll custom URLs with hacks like routing-filter, you can put a spec like this into spec/routing/routing_spec.rb:

Don't use should validate_format_of(...) because that matcher works in weird ways. Use the allow_value matcher instead...

makandra dev
github.com

Our awesome collection of rspec helpers (formerly known as "spec_candy.rb") is now available as a gem. It works, it is...

With defaults, RCov doesn't work the way you how you would like it to. To create a nice test...

makandra dev

rspec_spinner is a progress bar for RSpec which outputs failing examples as they happen (instead of all at the...

makandra dev

Install gem and plugin sudo gem install parallel script/plugin install git://github.com/grosser/parallel_tests.git Adapt config/database.yml test: database: xxx_test<%= ENV...

makandra dev

Basic configuration Please keep this config simple. It should be a starting point for new developers learning Git. [user]

idolhands.com

Passing the --profile flag to RSpec produces some additional output, namely the running times of the ten slowest examples in...

gusiev.com

What do we expect from the custom finder? We expect that it should find assets A, B, C and should...

Best results in other decks

Apply Test Driven Development(TDD) to the process of building container images by defining test before writing code and automate...

We often do some HTTP requests to fetch the data we want to check for certain criteria. Testing this in...

Search in all decks