Skip to content

Commit

Permalink
test tweaks for Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
maxdemarzi committed Mar 4, 2011
1 parent cad9c10 commit 1ede7a9
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 2 deletions.
2 changes: 2 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ GEM
json (1.4.6)
json (1.4.6-java)
net-http-spy (0.2.1)
rake (0.8.7)
rspec (2.0.1)
rspec-core (~> 2.0.1)
rspec-expectations (~> 2.0.1)
Expand All @@ -37,4 +38,5 @@ DEPENDENCIES
json
neography!
net-http-spy (~> 0.2.1)
rake (~> 0.8.7)
rspec (~> 2.0.0.beta.22)
3 changes: 2 additions & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ Bundler::GemHelper.install_tasks
require 'rspec/core/rake_task'

RSpec::Core::RakeTask.new(:spec) do |t|
t.rspec_opts = "--color --format documentation"
t.rspec_opts = "--color"
t.pattern = "spec/integration/*_spec.rb"
end

task :default => :spec
1 change: 1 addition & 0 deletions neography.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ Gem::Specification.new do |s|
s.add_development_dependency "rspec", "~> 2.0.0.beta.22"
s.add_development_dependency "net-http-spy", "~> 0.2.1"
s.add_development_dependency "fakeweb", "~> 1.3.0"
s.add_development_dependency "rake", "~> 0.8.7"
s.add_dependency "httparty", "~> 0.7.3"
s.add_dependency "json"
end
2 changes: 1 addition & 1 deletion spec/spec_helper.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
require 'neography'
require 'fakeweb'
require 'fake_web'
require 'benchmark'

Dir["#{File.dirname(__FILE__)}/support/**/*.rb"].each {|f| require f}
Expand Down

0 comments on commit 1ede7a9

Please sign in to comment.