rspec install

Install Rspec FacoryGirl
This commit is contained in:
2013-07-26 00:41:21 +02:00
parent f9249900d7
commit 92f1797dfb
9 changed files with 86 additions and 11 deletions

View File

@@ -13,16 +13,6 @@
ActiveRecord::Schema.define(:version => 20130214233723) do
create_table "beispiel_translations", :force => true do |t|
t.string "locale"
t.text "desc"
t.datetime "created_at", :null => false
t.datetime "updated_at", :null => false
t.integer "beispiele_id"
end
add_index "beispiel_translations", ["locale"], :name => "index_beispiel_translations_on_locale"
create_table "beispiele", :force => true do |t|
t.string "name"
t.text "desc"