Skip to content

Commit

Permalink
Removed unused unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
FrederikNJS committed Jan 13, 2022
1 parent d20e01e commit 30c19c7
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
6 changes: 0 additions & 6 deletions ruby/spec/2021/day16_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -97,12 +97,6 @@
end

context 'Part 2' do
context 'unit tests' do
it 'can extend the grid' do

end
end

context "examples" do
it 'matches the numbers in the first example' do
raw = "C200B40A82"
Expand Down
4 changes: 0 additions & 4 deletions ruby/spec/2021/day17_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -71,10 +71,6 @@
all_hits = part1.simulate_all target_area
expect(all_hits.count).to eq 112
end

it 'matches the numbers in the second example' do

end
end

context "challenge" do
Expand Down

0 comments on commit 30c19c7

Please sign in to comment.