Skip to content

Commit

Permalink
Stop messing with $user_id and $project_id
Browse files Browse the repository at this point in the history
  • Loading branch information
TuckerJD committed Jan 14, 2015
1 parent e650e68 commit 7f34f7c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spec/support/geo/geo.rb
Original file line number Diff line number Diff line change
Expand Up @@ -1673,8 +1673,8 @@ def clean_slate_geo
ActiveRecord::Base.connection.reset_pk_sequence!('georeferences')
CollectingEvent.delete_all
ActiveRecord::Base.connection.reset_pk_sequence!('collecting_events')
$user_id = 1
$project_id = 1
# $user_id = 1
# $project_id = 1
end

# A temporary place to put debugging aids. This code is permanently deprecated.
Expand Down

0 comments on commit 7f34f7c

Please sign in to comment.