Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
TuckerJD committed Feb 26, 2014
2 parents 1488e8d + ac7be2e commit afc2cd6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion db/migrate/20140203204557_create_versions.rb
Expand Up @@ -5,7 +5,7 @@ def self.up
t.integer :item_id, :null => false
t.string :event, :null => false
t.string :whodunnit
t.text :geo_object
t.text :object
t.datetime :created_at
end
add_index :versions, [:item_type, :item_id]
Expand Down
2 changes: 1 addition & 1 deletion spec/models/content_spec.rb
Expand Up @@ -69,7 +69,7 @@
expect(PaperTrail).to be_enabled
end

context 'some Paptertrail methods' do
context 'some Papertrail methods' do
before(:each) {
@c = FactoryGirl.build(:valid_content)
@c.save!
Expand Down

0 comments on commit afc2cd6

Please sign in to comment.