spec/rails_app/bin/setup in rails-service-0.1.0 vs spec/rails_app/bin/setup in rails-service-0.2.0

- old
+ new

@@ -1,9 +1,9 @@ #!/usr/bin/env ruby require 'pathname' # path to your application root. -APP_ROOT = Pathname.new File.expand_path('../../', __FILE__) +APP_ROOT = Pathname.new File.expand_path('../../', __FILE__) Dir.chdir APP_ROOT do # This script is a starting point to setup your application. # Add necessary setup steps to this file: