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 de7e23a commit a31c2f9Copy full SHA for a31c2f9
Rakefile
@@ -4,3 +4,8 @@
4
require File.expand_path('../config/application', __FILE__)
5
6
Rails.application.load_tasks
7
+
8
+# Run RSspec test by: bundle exec rake test
9
+require "rspec/core/rake_task"
10
+RSpec::Core::RakeTask.new(:spec)
11
+task :test => :spec
0 commit comments