Mhedgpeth

Avatar
  • Total activity 6
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 0 users
  • Votes 0
  • Subscriptions 2
  • Created

    How to run simple RSpec example

    I'm trying to go through this tutorial (http://blog.davidchelimsky.net/blog/2007/05/14/an-introduction-to-rspec-part-i/) to learn RSpec.You can see the project here: https://github.com/mhedgpeth/rs...
    • 2 followers
    • 2 comments
    • 0 votes
  • Created

    How to go to definition on required rake tasks?

    I have a simple Rakefile: require 'albacore'desc "builds"build :quickbuild do |b|  b.sln = "C:/Code/ALohaAutomation/Source/AlohaAutomation.sln"endI have successfully ran this and see that the gem i...
    • 2 followers
    • 2 comments
    • 0 votes