Skip to content

Commit

Permalink
Sort out .rspec file, get rid of unused Rubocop config
Browse files Browse the repository at this point in the history
  • Loading branch information
pond committed Aug 8, 2022
1 parent 000adb3 commit 3ce1495
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 17 deletions.
4 changes: 1 addition & 3 deletions .rspec
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
--format documentation
--color
--require spec_helper
--format Doggo
13 changes: 0 additions & 13 deletions .rubocop.yml

This file was deleted.

2 changes: 1 addition & 1 deletion spec/lib/ooxml_encryption_spec.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# frozen_string_literal: true
require 'spec_helper'

RSpec.describe OoxmlEncryption do

Expand Down

0 comments on commit 3ce1495

Please sign in to comment.