Skip to content

Instantly share code, notes, and snippets.

View bfeigin's full-sized avatar

Ben Feigin bfeigin

  • Smartsheet
  • San Luis Obispo
View GitHub Profile

Keybase proof

I hereby claim:

  • I am bfeigin on github.
  • I am bfeigin (https://keybase.io/bfeigin) on keybase.
  • I have a public key ASD6Cfegs8WeOkJV-C-R5v-YN4mNSdt5EKXHfic5SUm5MQo

To claim this, I am signing this object:

Keybase proof

I hereby claim:

  • I am bfeigin on github.
  • I am bfeigin (https://keybase.io/bfeigin) on keybase.
  • I have a public key ASAyJWZwUdBwgSI490jJH05k_ocxY8A6kQmMVb0NJ148QAo

To claim this, I am signing this object:

Eesti Testi
RUNNING!:
cd ROOT/spec/batteries/google && \
ID=d38214c \ # Not Required runs a specific test or test group
(getting this id is complicated see trick below)
LOCALE=en-US \ #will filter tests based on the locale only
shared_examples_for "a search batch finalizer enqueuer" do
it 'enqueues a search batch finalizer job if updating the search status achieves complete quorum' do
stub_complete_quorum(true)
puts described_class
debugger
perform rescue nil
job_class.should have_queued(subscription.key, batch_id)
end
end
require 'ruby-prof'
RubyProf.measure_mode = RubyProf::WALL_TIME
RubyProf.start
l2.installments.first.payoff
results = RubyProf.stop
File.open "/tmp/test_results/profile-graph", 'w' do |file|