Rakefile in schema_to_scaffold-0.7.2 vs Rakefile in schema_to_scaffold-0.8.0
- old
+ new
@@ -1,5 +1,10 @@
require "bundler/gem_tasks"
+require "rspec/core/rake_task"
+
+RSpec::Core::RakeTask.new(:spec)
+
+task default: :spec
\ No newline at end of file