Skip to content

Commit

Permalink
fix travis
Browse files Browse the repository at this point in the history
  • Loading branch information
jcupitt committed Jun 24, 2015
1 parent 46d3aad commit 89fead4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
@@ -1,6 +1,7 @@
GEM
remote: http://rubygems.org/
specs:
rake (10.4.2)
addressable (2.3.8)
builder (3.2.2)
diff-lcs (1.2.5)
Expand Down Expand Up @@ -38,7 +39,6 @@ GEM
multi_xml (~> 0.5)
rack (~> 1.2)
rack (1.6.4)
rake (10.4.2)
rdoc (4.2.0)
json (~> 1.4)
rdoc-data (4.0.1)
Expand Down
7 changes: 5 additions & 2 deletions Rakefile
Expand Up @@ -49,10 +49,13 @@ Jeweler::Tasks.new do |gem|
end
Jeweler::RubygemsDotOrgTasks.new

require 'rspec/core'
require 'rspec/core/rake_task'
RSpec::Core::RakeTask.new(:spec)
RSpec::Core::RakeTask.new(:spec) do |spec|
spec.pattern = FileList['spec/**/*_spec.rb']
end

task :default => [:spec]
task :default => :spec

require 'rdoc/task'

Expand Down

0 comments on commit 89fead4

Please sign in to comment.