Mhedgpeth
- Total activity 6
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 2
-
Mhedgpeth commented, -
-
Mhedgpeth created a post, 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... -
Mhedgpeth created a post, 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...