All tests are green

This commit is contained in:
Pixelastic 2017-11-07 12:08:58 +01:00
parent 04a348e4cb
commit 700b5a88d6
3 changed files with 3 additions and 4 deletions

View File

@ -15,13 +15,12 @@ require 'rspec/core/rake_task'
desc 'Run tests (with simple progress)' desc 'Run tests (with simple progress)'
RSpec::Core::RakeTask.new(:test) do |spec| RSpec::Core::RakeTask.new(:test) do |spec|
spec.rspec_opts = '--color --format progress' spec.rspec_opts = '--color --format progress'
spec.pattern = FileList['spec/credential_checker_spec.rb'] spec.pattern = FileList['spec/**/*_spec.rb']
end end
desc 'Run tests (with full details)' desc 'Run tests (with full details)'
RSpec::Core::RakeTask.new(:test_details) do |spec| RSpec::Core::RakeTask.new(:test_details) do |spec|
spec.rspec_opts = '--color --format documentation' spec.rspec_opts = '--color --format documentation'
spec.pattern = FileList['spec/**/*_spec.rb'] spec.pattern = FileList['spec/**/*_spec.rb']
end end
task spec: :test
task default: :test task default: :test

View File

@ -5,7 +5,7 @@ markdown_ext: 'md,mkd'
paginate: 1 paginate: 1
timezone: Europe/Paris timezone: Europe/Paris
gems: plugins:
- jekyll-paginate - jekyll-paginate
algolia: algolia:

View File

@ -12,6 +12,6 @@ algolia:
- excluded.html - excluded.html
# Jekyll 3.0 extracted the secondary features into their own plugins # Jekyll 3.0 extracted the secondary features into their own plugins
gems: plugins:
- jekyll-paginate - jekyll-paginate