Skip to content
This repository has been archived by the owner on Dec 1, 2023. It is now read-only.

Commit

Permalink
Revert back default task to work with apprailsal
Browse files Browse the repository at this point in the history
;
  • Loading branch information
kigster committed Feb 4, 2016
1 parent b2f27b8 commit 7108f1c
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
7 changes: 4 additions & 3 deletions Rakefile
@@ -1,9 +1,10 @@
require 'bundler/gem_tasks'
require 'rspec/core/rake_task'

`bundle exec appraisal install`

task :default do
RSpec::Core::RakeTask.new(:spec)
task :default => :spec
task :all do
sh 'bundle exec appraisal install'
sh 'bundle exec appraisal rspec'
end

2 changes: 1 addition & 1 deletion gemfiles/activerecord_3.gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: ../
specs:
counter-cache (0.2.0)
counter-cache (0.3.0)
activerecord (>= 3.0)

GEM
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/activerecord_4.0.gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: ../
specs:
counter-cache (0.2.0)
counter-cache (0.3.0)
activerecord (>= 3.0)

GEM
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/activerecord_4.1.gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: ../
specs:
counter-cache (0.2.0)
counter-cache (0.3.0)
activerecord (>= 3.0)

GEM
Expand Down

0 comments on commit 7108f1c

Please sign in to comment.