What would be the best way to write the rspec in a situation where either of two (or more) outcomes are acceptable? Here's an example of what I want to do. This is obviously wrong (I think), but it should give you the gist of what I'm trying to accomplish: it "should be heads or tails" do h="heads" t="tails" flip_coin.should be(h || t) end And yes, I'm aware I could write my own rspec matcher "sho
I am testing some code that pulls its configuration from environment variables (set by Heroku config vars in production, for local development I use foreman). What's the best way to test this kind of code with RSpec? I came up with this: before :each do ENV.stub(:[]).with("AWS_ACCESS_KEY_ID").and_return("asdf") ENV.stub(:[]).with("AWS_SECRET_ACCESS_KEY").and_return("secret") end If you don't need
リリース、障害情報などのサービスのお知らせ
最新の人気エントリーの配信
処理を実行中です
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く