$ bundle exec rake -T
Install rspec
rake build # Build chatwork-0.4.1.gem into the pkg directory
rake clean # Remove any temporary products
rake clobber # Remove any generated files
rake install # Build and install chatwork-0.4.1.gem into system gems
rake install:local # Build and install chatwork-0.4.1.gem into system gems without network access
rake release[remote] # Create tag v0.4.1 and build and push chatwork-0.4.1.gem to rubygems.org
Modify the
Rakefile
as followsRun
rake spec
last_comment
is removed sincerake
v12 https://github.com/ruby/rake/blob/master/History.rdoc#1200rspec
already solves this problem since v3.4.4 https://github.com/rspec/rspec-core/blob/master/Changelog.md#344--2016-03-09So should use latest rspec