We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1d5f29a + 199894c commit e787d38Copy full SHA for e787d38
1 file changed
Rakefile
@@ -141,8 +141,15 @@ task :all_tests do
141
end
142
143
144
+ puts "Running Minitests"
145
Rake::Task["test"].invoke
146
+ puts
147
148
+ puts "Running Minitests for Rails Engine compatibility"
149
Rake::Task["engine_test"].invoke
150
151
152
+ puts "Running RSpecs"
153
Rake::Task["spec"].invoke
154
155
0 commit comments