Skip to content

Commit

Permalink
update spec config
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesChevalier committed Sep 30, 2013
1 parent 33f6ed6 commit 7c87bf5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions spec/spec_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
Coveralls.wear!

require 'simplecov'
require 'simplecov-rcov-text'
SimpleCov.formatter = SimpleCov::Formatter::RcovTextFormatter
SimpleCov.start 'rails'

require 'rubygems'
Expand Down Expand Up @@ -72,6 +74,7 @@
Spork.each_run do
# This code will be run each time you run your specs.
FactoryGirl.reload
Zonebie.set_random_timezone
end

# --- Instructions ---
Expand Down

0 comments on commit 7c87bf5

Please sign in to comment.