Skip to content

Commit

Permalink
modernizing Rakefile, gemspec, yard, etc
Browse files Browse the repository at this point in the history
  • Loading branch information
Philip (flip) Kromer committed Aug 12, 2012
1 parent 7d40bec commit dd948ed
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
14 changes: 7 additions & 7 deletions Guardfile
@@ -1,12 +1,12 @@
# -*- ruby -*-

require 'guard/notifiers/emacs'
::Guard::Notifier::Emacs::DEFAULTS.merge!(
:success => '#e7fde4',
:failed => '#faeedc',
:default => '#eee8d6',
)
p ['emacs notifier:', ::Guard::Notifier::Emacs::DEFAULTS]
# require 'guard/notifiers/emacs'
# ::Guard::Notifier::DEFAULTS.merge!(
# :success => '#e7fde4',
# :failed => '#faeedc',
# :default => '#eee8d6',
# )
# p ['emacs notifier:', ::Guard::Notifier::DEFAULTS]

format = "progress" # '--format doc' for more verbose, --format progress for less
tags = %w[ ] # '--tag record_spec' to only run tests tagged :record_spec
Expand Down
1 change: 1 addition & 0 deletions spec/spec_helper.rb
Expand Up @@ -12,6 +12,7 @@ def GORILLIB_ROOT_DIR *paths
end

$LOAD_PATH.unshift(GORILLIB_ROOT_DIR('lib'))
$LOAD_PATH.unshift(GORILLIB_ROOT_DIR('spec/support'))

require_relative 'support/gorillib_test_helpers'
Dir[GORILLIB_ROOT_DIR('spec/support/matchers/*.rb')].each{|f| require f}
Expand Down

0 comments on commit dd948ed

Please sign in to comment.