Skip to content

Commit

Permalink
chore: remove rspec completely
Browse files Browse the repository at this point in the history
  • Loading branch information
seuros committed Jan 10, 2024
1 parent 655faba commit 865b9bc
Show file tree
Hide file tree
Showing 19 changed files with 1,168 additions and 1,186 deletions.
8 changes: 2 additions & 6 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,9 @@ require "rspec/core/rake_task"
require "rake/testtask"
Rake::TestTask.new do |t|
t.libs << "test"
t.test_files = FileList["test/**/*_test.rb"]
t.test_files = FileList["test/**/*_test.rb", "test/**/*_spec.rb"]
t.verbose = true
end

RSpec::Core::RakeTask.new(:spec) do |t|
t.rspec_opts = "--format documentation --format RspecJunitFormatter --out test-reports/spec.xml"
end

desc "Running Tests"
task default: %i[spec test]
task default: %i[test]
14 changes: 0 additions & 14 deletions spec/spec_helper.rb

This file was deleted.

37 changes: 0 additions & 37 deletions spec/spec_helper_sequel.rb

This file was deleted.

13 changes: 0 additions & 13 deletions spec/spec_helper_will_paginate.rb

This file was deleted.

268 changes: 0 additions & 268 deletions spec/trailblazer/finder/adapters/active_record_spec.rb

This file was deleted.

Loading

0 comments on commit 865b9bc

Please sign in to comment.