Sha256: 33b51dae7e55339c6c9dcc1c34329772e328b3464fd4993482fc65ac6f391850
Contents?: true
Size: 362 Bytes
Versions: 5
Compression:
Stored size: 362 Bytes
Contents
# Copyright (C) 2013 Dmitry Yakimenko (detunized@gmail.com). # Licensed under the terms of the MIT license. See LICENCE for details. require "rspec/core/rake_task" task :default => :spec # Spec RSpec::Core::RakeTask.new :spec do |task| task.rspec_opts = "--format nested --color" end # Example task :example do ruby "-Ilib", "example/example.rb" end
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
lastpass-1.2.1 | Rakefile |
lastpass-1.2.0 | Rakefile |
lastpass-1.1.0 | Rakefile |
lastpass-1.0.1 | Rakefile |
lastpass-1.0.0 | Rakefile |