makes specs way more readable

This commit is contained in:
Jessica Lynn Suttles 2013-02-15 10:53:40 -08:00
parent ff556ab648
commit 8344b85938
23 changed files with 234 additions and 182 deletions

View file

@ -6,6 +6,5 @@ require 'rspec'
require 'rspec/autorun'
RSpec.configure do |config|
# config.order = "random"
config.color = true
config.order = "random"
end