Skip to content

Commit 296e025

Browse files
committed
Revert rake test changes
1 parent 7e36cfc commit 296e025

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

rakelib/release.rake

+1-3
Original file line numberDiff line numberDiff line change
@@ -89,9 +89,7 @@ end
8989
# rubocop:enable Metrics/BlockLength
9090

9191
task :test do
92-
bundle_install_in(gem_root)
93-
bundle_exec(gem_root, "rake update_changelog")
9492
unbundled_sh_in_dir(gem_root, "cd #{dummy_app_dir}; bundle update react_on_rails")
95-
sh_in_dir(gem_root, "git commit -a -m 'Update Gemfile.lock and CHANGELOG.md'")
93+
sh_in_dir(gem_root, "git commit -a -m 'Update Gemfile.lock for spec app'")
9694
sh_in_dir(gem_root, "git push")
9795
end

0 commit comments

Comments
 (0)