Skip to content

Commit f0607a6

Browse files
David Rodríguezsebjacobs
authored andcommitted
Fix typo
1 parent d654b1d commit f0607a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Rakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ end
120120
namespace :no_active_record do
121121
example_app_dir = './tmp/no_ar_example_app'
122122

123-
desc "run a vairety of specs against a non-ActiveRecord generated app"
123+
desc "run a variety of specs against a non-ActiveRecord generated app"
124124
task :smoke do
125125
in_example_app "LOCATION='../../example_app_generator/run_specs.rb' bin/rake rails:template --backtrace",
126126
:app_dir => example_app_dir

0 commit comments

Comments
 (0)