Skip to content

Commit

Permalink
Merge branch 'master' of http://github.com/myabc/friendly_id into edge
Browse files Browse the repository at this point in the history
  • Loading branch information
norman committed Sep 13, 2010
2 parents e825361 + 2b6ce97 commit d1c2a87
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/friendly_id/test.rb
Expand Up @@ -60,7 +60,7 @@ def assert_validation_error
assert !i
else
instance = i
assert_not_empty instance.errors
assert !instance.errors.empty?
end
end
end
Expand Down
2 changes: 1 addition & 1 deletion test/active_record_adapter/ar_test_helper.rb
Expand Up @@ -147,4 +147,4 @@ class Company < ActiveRecord::Base
has_many :sites, :as => :owner
end

puts "Using: #{RUBY_VERSION}, #{driver}, AR#{ENV["AR"] or 3}"
puts "Using: #{RUBY_VERSION}, #{driver}, AR#{ENV["AR"] or 3}"

0 comments on commit d1c2a87

Please sign in to comment.