We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5133d9 commit 74eab82Copy full SHA for 74eab82
Rakefile
@@ -95,6 +95,11 @@ end
95
namespace :smoke do
96
desc "create a new example app with generated specs and run them"
97
task app: ["clobber:app", "generate:app", "generate:stuff", :smoke]
98
+
99
+ desc "run RSPEC_OPTS environment variable in the example app for local dev"
100
+ task :rspec do
101
+ in_example_app "LOCATION='../../example_app_generator/run_specs.rb' bin/rspec #{ENV.fetch("RSPEC_OPTS")}"
102
+ end
103
end
104
105
desc 'clobber generated files'
0 commit comments