Mhedgpeth

Avatar
  • 活动总数 6
  • 最后的活动
  • 成员加入日期
  • 关注 0 名用户
  • 关注者数 0 名用户
  • 投票数 0
  • 订阅数 2
  • 创建于

    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 个关注者
    • 2 条评论
    • 0 票
  • 创建于

    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 个关注者
    • 2 条评论
    • 0 票