air_test 0.1.4.4 → 0.1.4.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 5fb22705d27d579f7e8fab9d5063649e21e7a3e5817d08e0ae3010d06ed441b7
4
- data.tar.gz: 6571c352ad8479d612bb1df81c14d590d087dc7f204bac43a218eda34e7f7e03
3
+ metadata.gz: a59915f52de9feac17a2cd37b5f529601e4fd57dbf9c6ec6242e230d6a0275b2
4
+ data.tar.gz: 1253e103ecd49b1e436a08b23f15307caa56a0cf53647bc894d3f9224d35ea84
5
5
  SHA512:
6
- metadata.gz: 411af5c22a91528274b5d3c8c228c5059cb1a145f4b9b39bd10644ddf17ad12221a4fabf6a838f867251314e198ef0f1f7eea038abba83e76084964c7c349794
7
- data.tar.gz: db54c54d39f056e2f80efabfd60bf300b57a760e5cbdaad593b54e22a5e00a9a21c75d5af518bffb63409aee7ed9026a5c5a6711a465ecb1dfe3fa669ba57441
6
+ metadata.gz: 63f017bb20f8ec612d13d3b41fa0a73c33cfa5349833db415fb1b81a1f3d57c8a09fb8a6357b5f5edc5f87779a23cfeb8ab847a597323a8c8706c54011d240f8
7
+ data.tar.gz: 3e40393adb92914c870f5c7bf9925557bb98ee8dd79f025554e4cf7c8e02f017df62c3a3e99d841bdad6ac9fed99075ed6df4de1da7b77daa40a5748cd64ac2e
@@ -4,7 +4,7 @@ module AirTest
4
4
  class Engine < ::Rails::Engine
5
5
  # This ensures that the Rake tasks are automatically loaded when the gem is included in a Rails app
6
6
  rake_tasks do
7
- load File.expand_path("../../tasks/air_test.rake", __FILE__)
7
+ import File.expand_path("tasks/air_test.rake", __dir__)
8
8
  end
9
9
  end
10
10
  end
@@ -2,7 +2,7 @@
2
2
 
3
3
  # Ensure the main gem is loaded
4
4
  require "air_test"
5
-
5
+ puts ">>> Loading AirTest Rake tasks from #{__FILE__}"
6
6
  namespace :air_test do
7
7
  desc "Generate specs and PR from Notion tickets"
8
8
  task :generate_specs_from_notion, [:limit] do |_task, args|
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module AirTest
4
- VERSION = "0.1.4.4"
4
+ VERSION = "0.1.4.6"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: air_test
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.4.4
4
+ version: 0.1.4.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - julien bouland
@@ -75,8 +75,8 @@ files:
75
75
  - lib/air_test/notion_parser.rb
76
76
  - lib/air_test/runner.rb
77
77
  - lib/air_test/spec_generator.rb
78
+ - lib/air_test/tasks/air_test.rake
78
79
  - lib/air_test/version.rb
79
- - lib/tasks/air_test.rake
80
80
  - sig/air_test.rbs
81
81
  homepage: https://github.com/airtest-dev/airtest
82
82
  licenses: