Skip to content

Commit

Permalink
Improve spec_helper and add pry to Gemfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Maher4Ever committed Aug 2, 2012
1 parent ff826a5 commit 1e7188b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions Gemfile
Expand Up @@ -4,6 +4,7 @@ source "http://rubygems.org"
gemspec

gem 'rake'
gem 'pry'

require 'rbconfig'

Expand Down
5 changes: 3 additions & 2 deletions spec/spec_helper.rb
Expand Up @@ -3,9 +3,10 @@

RSpec.configure do |config|

config.color_enabled = true
config.filter_run :focus => true
config.treat_symbols_as_metadata_keys_with_true_values = true
config.run_all_when_everything_filtered = true
config.color_enabled = true
config.filter_run :focus

config.before(:each) do
ENV['GUARD_ENV'] = 'test'
Expand Down

0 comments on commit 1e7188b

Please sign in to comment.