- Add test examples for bold and italic content
- Move some test examples
- Adjust RSpec options
Этот коммит содержится в:
Mattia Roccoberton
2021-03-14 15:26:24 +01:00
родитель 6fa021c0c7
Коммит 5d9b6f70fd
3 изменённых файлов: 32 добавлений и 6 удалений

Просмотреть файл

@@ -5,7 +5,10 @@ require 'bundler/gem_tasks'
begin
require 'rspec/core/rake_task'
RSpec::Core::RakeTask.new(:spec)
RSpec::Core::RakeTask.new(:spec) do |t|
# t.ruby_opts = %w[-w]
t.rspec_opts = ['--color', '--format documentation']
end
task default: :spec
rescue LoadError