Skip to content

Instantly share code, notes, and snippets.

@dcrec1
Created June 2, 2011 00:18
Show Gist options
  • Save dcrec1/1003661 to your computer and use it in GitHub Desktop.
Save dcrec1/1003661 to your computer and use it in GitHub Desktop.
Bundler + RSpec
--color
--format documentation
--fail-fast
gem 'rspec'
require 'rubygems'
require 'bundler/setup'
require 'gem_name' # and any other gems you need
RSpec.configure do |config|
# some (optional) config here
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment