From 700b5a88d6ea0fdb7421395e6d1338dc88a68616 Mon Sep 17 00:00:00 2001 From: Pixelastic Date: Tue, 7 Nov 2017 12:08:58 +0100 Subject: [PATCH] All tests are green --- Rakefile | 3 +-- spec/fixtures/jekyll_version_2/_config.yml | 2 +- spec/fixtures/jekyll_version_3/_config.yml | 2 +- 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/Rakefile b/Rakefile index 4da4f7e..d3f9a05 100644 --- a/Rakefile +++ b/Rakefile @@ -15,13 +15,12 @@ require 'rspec/core/rake_task' desc 'Run tests (with simple progress)' RSpec::Core::RakeTask.new(:test) do |spec| spec.rspec_opts = '--color --format progress' - spec.pattern = FileList['spec/credential_checker_spec.rb'] + spec.pattern = FileList['spec/**/*_spec.rb'] end desc 'Run tests (with full details)' RSpec::Core::RakeTask.new(:test_details) do |spec| spec.rspec_opts = '--color --format documentation' spec.pattern = FileList['spec/**/*_spec.rb'] end -task spec: :test task default: :test diff --git a/spec/fixtures/jekyll_version_2/_config.yml b/spec/fixtures/jekyll_version_2/_config.yml index 96a35df..19de73e 100644 --- a/spec/fixtures/jekyll_version_2/_config.yml +++ b/spec/fixtures/jekyll_version_2/_config.yml @@ -5,7 +5,7 @@ markdown_ext: 'md,mkd' paginate: 1 timezone: Europe/Paris -gems: +plugins: - jekyll-paginate algolia: diff --git a/spec/fixtures/jekyll_version_3/_config.yml b/spec/fixtures/jekyll_version_3/_config.yml index d742190..915add6 100644 --- a/spec/fixtures/jekyll_version_3/_config.yml +++ b/spec/fixtures/jekyll_version_3/_config.yml @@ -12,6 +12,6 @@ algolia: - excluded.html # Jekyll 3.0 extracted the secondary features into their own plugins -gems: +plugins: - jekyll-paginate