Skip to content
This repository has been archived by the owner on Dec 3, 2018. It is now read-only.

Commit

Permalink
Doc fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
eric1234 committed Aug 28, 2013
1 parent 70405b0 commit 4d58d34
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
6 changes: 3 additions & 3 deletions share/rails
@@ -1,8 +1,8 @@
#!/usr/bin/env ruby
# Functionality the same as the Rubygem wrapper for the rails command
# line program but correctly deals with the fact that older versions of Rails
# put the bin in the "rails" gem while newer Rails puts the bin in the
# "railties" gem.
# line program but correctly deals with the fact that older versions of
# Rails put the bin in the "rails" gem while newer Rails puts the bin in
# the "railties" gem.

require 'rubygems'

Expand Down
5 changes: 1 addition & 4 deletions test/base_test.rb
Expand Up @@ -30,10 +30,7 @@ def test_dummy_app_generated
assert_file_contents_match modified_file, "Modified"
end

# Can we specify a specific version. This assume you have Rails 3.1.1
# installed. Kind of annoying but keeps the test simpler over trying to
# automatically determine what older version of Rails 3.x you might have
# installed.
# Can we specify a specific version.
def test_generate_specific_version
TestEngine.install_tasks
ENV['RAILS_VERSION'] = older_installed_rails
Expand Down

0 comments on commit 4d58d34

Please sign in to comment.