Skip to content

Commit

Permalink
delete the boilerplate spec, don't run RuboCop in rake
Browse files Browse the repository at this point in the history
  • Loading branch information
igneus committed Jan 28, 2025
1 parent a6cec7c commit 1f18c86
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ require "rubocop/rake_task"

RuboCop::RakeTask.new

task default: %i[spec rubocop]
task default: %i[spec]
4 changes: 0 additions & 4 deletions spec/bundler/versions_report_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,4 @@
it "has a version number" do
expect(Bundler::VersionsReport::VERSION).not_to be nil
end

it "does something useful" do
expect(false).to eq(true)
end
end

0 comments on commit 1f18c86

Please sign in to comment.