зеркало из
https://github.com/rs-pro/activeadmin-quill_editor.git
synced 2026-08-28 15:36:17 +03:00
Improve specs
- Add test examples for bold and italic content - Move some test examples - Adjust RSpec options
Этот коммит содержится в:
5
Rakefile
5
Rakefile
@@ -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
|
||||
|
||||
Ссылка в новой задаче
Block a user