Sha256: 302a0c88195b8e326ecaa05ec21d6fd9fc5e714e540ce1101e33cf79370be1dd
Contents?: true
Size: 155 Bytes
Versions: 3
Compression:
Stored size: 155 Bytes
Contents
#!/usr/bin/env rake require "bundler/gem_tasks" task :default => :test desc "Run unit tests." task :test do ruby "test/exception_handling_test.rb" end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
exception_handling-0.2.0 | Rakefile |
exception_handling-0.1.2 | Rakefile |
exception_handling-0.1.1 | Rakefile |