Skip to content

Commit

Permalink
remove unnecessary shim
Browse files Browse the repository at this point in the history
update Rakefile for user informer
  • Loading branch information
shime committed May 31, 2012
1 parent 2c5e61e commit 779c7ac
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 18 deletions.
6 changes: 3 additions & 3 deletions Rakefile
Expand Up @@ -8,10 +8,10 @@ rescue LoadError
exit 1
end

SUPPORTED_FRAMEWORKS = ["sinatra","rack","metal"]
FEATURES = ["sinatra","rack","metal","user_informer"]

desc 'Default: run unit tests.'
task :default => [:test, "cucumber:rails:all"] + SUPPORTED_FRAMEWORKS
task :default => [:test, "cucumber:rails:all"] + FEATURES

desc "Clean out the tmp directory"
task :clean do
Expand Down Expand Up @@ -208,7 +208,7 @@ namespace :cucumber do

define_rails_cucumber_tasks

rule /#{"(" + SUPPORTED_FRAMEWORKS.join("|") + ")"}/ do |t|
rule /#{"(" + FEATURES.join("|") + ")"}/ do |t|
framework = t.name
desc "Test integration of the gem with #{framework}"
task framework.to_sym do
Expand Down
15 changes: 0 additions & 15 deletions features/step_definitions/airbrake_shim.rb.template

This file was deleted.

0 comments on commit 779c7ac

Please sign in to comment.