Skip to content

Commit

Permalink
Modifying and deleting dummy models for rspec tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Roendal committed Mar 9, 2011
1 parent df87d46 commit 31bc566
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions spec/dummy/app/models/cylon.rb
@@ -1,2 +1,3 @@
class Cylon < ActiveRecord::Base
acts_as_messageable
end
1 change: 1 addition & 0 deletions spec/dummy/app/models/duck.rb
@@ -1,2 +1,3 @@
class Duck < ActiveRecord::Base
acts_as_messageable
end
2 changes: 0 additions & 2 deletions spec/dummy/app/models/ship.rb

This file was deleted.

0 comments on commit 31bc566

Please sign in to comment.