rspec-parameterized | RubyGems.org | your community gem host tomykaira/rspec-parameterized次ã®ãã㪠spec ãæ¸ãã¾ãã describe "plus" do where(:a, :b, :answer) do [ [1 , 2 , 3], [5 , 8 , 13], [0 , 0 , 0] ] end with_them do it "should do additions" do (a + b).should == answer end end with_them :pending do it "should do additions" do (a + b).should == answer end end end -fd ãã¤ãã¦å®è¡ããã¨æ¬¡ã®ãããªæãã§åºåããã¾ãã RSpec::Pa
{{#tags}}- {{label}}
{{/tags}}