diff options
| author | mo khan <mo@mokhan.ca> | 2014-05-20 21:48:49 -0600 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2014-05-20 21:48:49 -0600 |
| commit | cb20f2700bbb7721148d48a13b8b05130e331be3 (patch) | |
| tree | f79456afeb75d9cf0215f9754f7f3016bc001e35 /spec/features | |
| parent | 5b9a40ddcb538ee23101ca13ac62718e69b3881b (diff) | |
add migration to move categories from old join table to category_id on creations table.
Diffstat (limited to 'spec/features')
| -rw-r--r-- | spec/features/upload_creation_spec.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/features/upload_creation_spec.rb b/spec/features/upload_creation_spec.rb index a2323ace..fa507215 100644 --- a/spec/features/upload_creation_spec.rb +++ b/spec/features/upload_creation_spec.rb @@ -18,7 +18,7 @@ describe "uploading a new creation", :js => true do fill_in("creation_name", :with => "yummy cake") fill_in("creation_watermark", :with => "yummy") fill_in("creation_story", :with => "this was just so damn yummy so i ate it alone.") - select(category_2.name, :from => 'creation_category') + select(category_2.name, :from => 'creation_category_id') #fill_in("creation_tags", :with => "cake, yummy") end click_button("NEXT STEP") |
