All tests are green
This commit is contained in:
parent
04a348e4cb
commit
700b5a88d6
3
Rakefile
3
Rakefile
@ -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
|
||||||
|
|||||||
2
spec/fixtures/jekyll_version_2/_config.yml
vendored
2
spec/fixtures/jekyll_version_2/_config.yml
vendored
@ -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:
|
||||||
|
|||||||
2
spec/fixtures/jekyll_version_3/_config.yml
vendored
2
spec/fixtures/jekyll_version_3/_config.yml
vendored
@ -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
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user