1. 3 weeks ago  /  0 notes

  2. lucasjosh:

RIP

:,((

    lucasjosh:

    RIP

    :,((

    3 weeks ago  /  1,636 notes  /  Source: braiker

  3. Ry standing on second waiting to run to third.  (Taken with instagram)

    Ry standing on second waiting to run to third. (Taken with instagram)

    3 weeks ago  /  0 notes

  4. Ry playing softball with the fellas.  (Taken with instagram)

    Ry playing softball with the fellas. (Taken with instagram)

    3 weeks ago  /  0 notes

  5. More on RSpec and Rake

    Here’s a simple way to specify load order using rake and rspec…

    With files:

    RSpec::Core::RakeTask.new(:spec) do |task|
        task.pattern = [ "./spec/fileone_spec.rb", "./spec/filetwo_spec.rb" ]
    end
    

    With directories:

    RSpec::Core::RakeTask.new(:spec) do |task|
        task.pattern = [ "./spec/dirone", "./spec/dirtwo" ]
    end
    

    1 month ago  /  0 notes

  6. rSpec — testing protected and private methods

    Add the following to the top of your _spec file…

     before(:each) do
        MyClass.send(:public, *MyClass.protected_instance_methods)  
        MyClass.send(:public, *MyClass.private_instance_methods)  
      end
    

    EOM

    1 month ago  /  0 notes

  7. Baby Olympics - Part 3

    Baby Olympics - Part 3

    1 month ago  /  0 notes

  8. Taken with instagram

    Taken with instagram

    1 month ago  /  0 notes

  9. dianamantis-cellardoor:

My neice Ryleigh



My girl.

    dianamantis-cellardoor:

    My neice Ryleigh

    My girl.

    1 month ago  /  2 notes  /  Source: dianamantis-cellardoor

  10. Baby Olympics - Part 1

    Baby Olympics - Part 1

    1 month ago  /  0 notes

  11. Baby Olympics - Part 2

    Baby Olympics - Part 2

    1 month ago  /  0 notes