Skip to content

Commit

Permalink
chore(console): load standard examples
Browse files Browse the repository at this point in the history
  • Loading branch information
marian13 committed May 21, 2024
1 parent 21ce1dd commit 93f3677
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ task :playground do
require "convenient_service"

require_relative "spec/support/convenient_service"
require_relative "spec/support/convenient_service/standard"
require_relative "spec/support/convenient_service/rails" if ENV["APPRAISAL_NAME"] == "all" || ENV["APPRAISAL_NAME"].include?("rails")
require_relative "spec/support/convenient_service/dry" if ENV["APPRAISAL_NAME"] == "all" || ENV["APPRAISAL_NAME"].include?("dry")

Expand Down

0 comments on commit 93f3677

Please sign in to comment.