Mhedgpeth
- 活动总数 6
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 2
-
Mhedgpeth 进行了评论, -
-
Mhedgpeth 创建了一个帖子, 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 创建了一个帖子, 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...