examples/blinky/rakefile.rb in ceedling-0.30.0 vs examples/blinky/rakefile.rb in ceedling-0.31.0
- old
+ new
@@ -1,6 +1,5 @@
-PROJECT_CEEDLING_ROOT = "vendor/ceedling"
-load "#{PROJECT_CEEDLING_ROOT}/lib/ceedling.rb"
+require "ceedling"
Ceedling.load_project
task :default => %w[ test:all release ]
# Dummy task to ensure that the SERIAL_PORT environment variable is set.