Skip to content

Commit

Permalink
fix rakefile?
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitry-mukhin committed Apr 18, 2018
1 parent 94ba3a1 commit dad2e10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Expand Up @@ -3,6 +3,6 @@ require 'bundler/gem_tasks'
require 'rspec/core/rake_task'
require 'coveralls/rake/task'

task default: spec
task :default => :spec
RSpec::Core::RakeTask.new
Coveralls::RakeTask.new

0 comments on commit dad2e10

Please sign in to comment.