Skip to content

JonRowe/rubyconfau2015-rspec-plusplus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RSpec++

You've been using RSpec for a while, you know how to write tests, but you're not sure you're getting the most from it. Let's spend some time working with the more advanced features, take a look at the new stuff from RSpec 3 and talk about making tests faster.

If you use Rails, learn how to use RSpec without rspec-rails and experience the power that brings.

Ruby

Ideally 2.2.0 but 2.1.5 will work ok too, as should 2.0.x.

Gems

We're going to be running cutting edge RSpec on the day, it's pretty easy, just clone this repo and run rake setup, or your bundle install command of choice.

Commands

To run RSpec style tests: rake spec

If you'd prefer to run the rspec exectuable directly, you'll need to add ./bin/ to your path, e.g: export $PATH=./bin:$PATH

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages