Skip to content

Commit

Permalink
Drop Fear::Struct (#174)
Browse files Browse the repository at this point in the history
Use Data from std lib instead
  • Loading branch information
bolshakov committed Apr 2, 2024
1 parent f8f718e commit d93c620
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 469 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/spec.yml
Expand Up @@ -19,10 +19,6 @@ jobs:
- name: Install dependencies
run: bundle install
- name: Test
if: ${{ contains(matrix.ruby, 'truffleruby') }}
run: bundle exec rspec --exclude-pattern "**/*_pattern_matching_spec.rb"
- name: Test
if: ${{ !contains(matrix.ruby, 'truffleruby') }}
run: bundle exec rspec
- name: Coveralls
uses: coverallsapp/github-action@v1.1.2
Expand Down
235 changes: 0 additions & 235 deletions lib/fear/struct.rb

This file was deleted.

36 changes: 0 additions & 36 deletions spec/struct_pattern_matching_spec.rb

This file was deleted.

0 comments on commit d93c620

Please sign in to comment.