Skip to content

Commit

Permalink
Merge pull request #108 from fractaledmind/test-examples
Browse files Browse the repository at this point in the history
Example tests
  • Loading branch information
fractaledmind authored Dec 17, 2024
2 parents 8e58e86 + 0341458 commit 5fc78cb
Show file tree
Hide file tree
Showing 14 changed files with 849 additions and 570 deletions.
24 changes: 24 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,13 @@ PATH
GEM
remote: https://rubygems.org/
specs:
actionmailer (7.2.1.1)
actionpack (= 7.2.1.1)
actionview (= 7.2.1.1)
activejob (= 7.2.1.1)
activesupport (= 7.2.1.1)
mail (>= 2.8.0)
rails-dom-testing (~> 2.2)
actionpack (7.2.1.1)
actionview (= 7.2.1.1)
activesupport (= 7.2.1.1)
Expand Down Expand Up @@ -59,6 +66,7 @@ GEM
concurrent-ruby (1.3.4)
connection_pool (2.4.0)
crass (1.0.6)
date (3.4.1)
docile (1.4.0)
drb (2.2.1)
erubi (1.13.0)
Expand All @@ -75,8 +83,23 @@ GEM
loofah (2.22.0)
crass (~> 1.0.2)
nokogiri (>= 1.12.0)
mail (2.8.1)
mini_mime (>= 0.1.1)
net-imap
net-pop
net-smtp
mini_mime (1.1.5)
mini_portile2 (2.8.7)
minitest (5.25.1)
net-imap (0.5.1)
date
net-protocol
net-pop (0.1.2)
net-protocol
net-protocol (0.2.2)
timeout
net-smtp (0.5.0)
net-protocol
nokogiri (1.16.7)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
Expand Down Expand Up @@ -162,6 +185,7 @@ PLATFORMS

DEPENDENCIES
acidic_job!
actionmailer (>= 7.1)
chaotic_job
combustion
minitest
Expand Down
1 change: 1 addition & 0 deletions acidic_job.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ Gem::Specification.new do |spec|
spec.add_dependency "activerecord", rails_version
spec.add_dependency "activesupport", rails_version
spec.add_dependency "railties", rails_version
spec.add_development_dependency "actionmailer", rails_version
end

spec.add_development_dependency "chaotic_job"
Expand Down
135 changes: 0 additions & 135 deletions test/crucibles/awaiting_test.rb

This file was deleted.

Loading

0 comments on commit 5fc78cb

Please sign in to comment.