Sha256: 8e89e90c09a67941a1fc4ff0afb3991ed7061676d1cb58419057c32b5423e99e
Contents?: true
Size: 457 Bytes
Versions: 4
Compression:
Stored size: 457 Bytes
Contents
# temp fix for NoMethodError: undefined method `last_comment' # remove when fixed in Rake 11.x module TempFixForRakeLastComment def last_comment last_description end end Rake::Application.send :include, TempFixForRakeLastComment ### end of temfix require 'bundler/gem_tasks' require 'rspec/core' require 'rspec/core/rake_task' RSpec::Core::RakeTask.new(:spec) do |spec| spec.pattern = FileList['spec/**/*_spec.rb'] end task default: 'spec:all'
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
liquid4-rails5-0.5.0 | Rakefile |
liquid4-rails5-0.4.0 | Rakefile |
liquid4-rails5-0.3.0 | Rakefile |
liquid4-rails5-0.2.1 | Rakefile |