Skip to content

Commit

Permalink
switch to rspec2
Browse files Browse the repository at this point in the history
  • Loading branch information
dj2 committed Feb 5, 2011
1 parent 0f65c91 commit 084e209
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 6 deletions.
2 changes: 2 additions & 0 deletions .rspec
@@ -0,0 +1,2 @@
--color
--format progress
1 change: 0 additions & 1 deletion Rakefile
Expand Up @@ -10,7 +10,6 @@ task :default => [:spec]

desc "run spec tests"
RSpec::Core::RakeTask.new('spec') do |t|
t.rspec_opts = ['-I', 'ext']
t.pattern = 'spec/**/*_spec.rb'
end

Expand Down
2 changes: 1 addition & 1 deletion goliath.gemspec
Expand Up @@ -25,7 +25,7 @@ Gem::Specification.new do |s|
s.add_dependency 'async-rack'
s.add_dependency 'multi_json'

s.add_development_dependency 'rspec'
s.add_development_dependency 'rspec', '>2.0'
s.add_development_dependency 'nokogiri'

s.files = `git ls-files`.split("\n")
Expand Down
4 changes: 0 additions & 4 deletions spec/spec.opts

This file was deleted.

0 comments on commit 084e209

Please sign in to comment.