Skip to content
This repository was archived by the owner on Apr 17, 2018. It is now read-only.

Commit

Permalink
skip_bundler is deprecated so don't use it
Browse files Browse the repository at this point in the history
  • Loading branch information
dbussink committed Nov 9, 2011
1 parent 05c8f1e commit b95ff5c
Show file tree
Hide file tree
Showing 9 changed files with 0 additions and 9 deletions.
1 change: 0 additions & 1 deletion data_objects/tasks/spec.rake
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ require 'rspec/core/rake_task'

RSpec::Core::RakeTask.new(:spec) do |spec|
spec.pattern = './spec/**/*_spec.rb'
spec.skip_bundler = true
end

RSpec::Core::RakeTask.new(:rcov) do |rcov|
Expand Down
1 change: 0 additions & 1 deletion do_derby/tasks/spec.rake
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ require 'rspec/core/rake_task'

RSpec::Core::RakeTask.new(:spec => [:clean, :compile]) do |spec|
spec.pattern = './spec/**/*_spec.rb'
spec.skip_bundler = true
end

RSpec::Core::RakeTask.new(:rcov => [:clean, :compile]) do |rcov|
Expand Down
1 change: 0 additions & 1 deletion do_h2/tasks/spec.rake
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ require 'rspec/core/rake_task'

RSpec::Core::RakeTask.new(:spec => [:clean, :compile]) do |spec|
spec.pattern = './spec/**/*_spec.rb'
spec.skip_bundler = true
end

RSpec::Core::RakeTask.new(:rcov => [:clean, :compile]) do |rcov|
Expand Down
1 change: 0 additions & 1 deletion do_hsqldb/tasks/spec.rake
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ require 'rspec/core/rake_task'

RSpec::Core::RakeTask.new(:spec => [:clean, :compile]) do |spec|
spec.pattern = './spec/**/*_spec.rb'
spec.skip_bundler = true
end

RSpec::Core::RakeTask.new(:rcov => [:clean, :compile]) do |rcov|
Expand Down
1 change: 0 additions & 1 deletion do_mysql/tasks/spec.rake
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ require 'rspec/core/rake_task'

RSpec::Core::RakeTask.new(:spec => [:clean, :compile]) do |spec|
spec.pattern = './spec/**/*_spec.rb'
spec.skip_bundler = true
end

RSpec::Core::RakeTask.new(:rcov => [:clean, :compile]) do |rcov|
Expand Down
1 change: 0 additions & 1 deletion do_oracle/tasks/spec.rake
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ require 'rspec/core/rake_task'

RSpec::Core::RakeTask.new(:spec => [:clean, :compile]) do |spec|
spec.pattern = './spec/**/*_spec.rb'
spec.skip_bundler = true
end

RSpec::Core::RakeTask.new(:rcov => [:clean, :compile]) do |rcov|
Expand Down
1 change: 0 additions & 1 deletion do_postgres/tasks/spec.rake
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ require 'rspec/core/rake_task'

RSpec::Core::RakeTask.new(:spec => [:clean, :compile]) do |spec|
spec.pattern = './spec/**/*_spec.rb'
spec.skip_bundler = true
end

RSpec::Core::RakeTask.new(:rcov => [:clean, :compile]) do |rcov|
Expand Down
1 change: 0 additions & 1 deletion do_sqlite3/tasks/spec.rake
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ require 'rspec/core/rake_task'

RSpec::Core::RakeTask.new(:spec => [:clean, :compile]) do |spec|
spec.pattern = './spec/**/*_spec.rb'
spec.skip_bundler = true
end

RSpec::Core::RakeTask.new(:rcov => [:clean, :compile]) do |rcov|
Expand Down
1 change: 0 additions & 1 deletion do_sqlserver/tasks/spec.rake
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ require 'rspec/core/rake_task'

RSpec::Core::RakeTask.new(:spec => [:clean, :compile]) do |spec|
spec.pattern = './spec/**/*_spec.rb'
spec.skip_bundler = true
end

RSpec::Core::RakeTask.new(:rcov => [:clean, :compile]) do |rcov|
Expand Down

0 comments on commit b95ff5c

Please sign in to comment.