diff --git a/Appraisals b/Appraisals index 566dc796..057949dd 100644 --- a/Appraisals +++ b/Appraisals @@ -1,7 +1,3 @@ -appraise "without_activerecord" do - # nothing to include here. -end - appraise "activerecord_30" do gem "activerecord", "~> 3.0.0" end diff --git a/gemfiles/without_activerecord.gemfile b/gemfiles/without_activerecord.gemfile deleted file mode 100644 index a55548f2..00000000 --- a/gemfiles/without_activerecord.gemfile +++ /dev/null @@ -1,5 +0,0 @@ -# This file was generated by Appraisal - -source "https://rubygems.org" - -gemspec :path => "../"