Rakefile in story_branch-graphql-0.0.1 vs Rakefile in story_branch-graphql-0.0.2
- old
+ new
@@ -5,6 +5,6 @@
t.libs << "test"
t.libs << "lib"
t.test_files = FileList["test/**/*_test.rb"]
end
-task :default => :test
+task default: :test
- old
+ new