Skip to content

Commit

Permalink
minified test schema.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
alto committed Aug 31, 2011
1 parent cf18161 commit 193ccc4
Showing 1 changed file with 3 additions and 17 deletions.
20 changes: 3 additions & 17 deletions spec/schema.rb
Original file line number Diff line number Diff line change
@@ -1,21 +1,7 @@
ActiveRecord::Schema.define(:version => 0) do

create_table :gates, :force => true do |t|
end

create_table :readers, :force => true do |t|
end

create_table :writers, :force => true do |t|
end

create_table :transients, :force => true do |t|
end

create_table :simples, :force => true do |t|
end

create_table :thieves, :force => true do |t|
end
%w{gates readers writers transients simples thieves}.each do |table_name|
create_table table_name, :force => true
end

end

0 comments on commit 193ccc4

Please sign in to comment.