The RSpec Book ãèªãã§ãç¥ããªãã£ãé¨åã®ã¡ã¢ã主ã describe / context describe 㯠example group ãã¤ãããexample group 㯠1 ã¤ã®ã¯ã©ã¹ (RSpec::ExampleGroup::â¦) ã¨ãã¦è¡¨ãããããã¹ããã describe ã¯ãå¤å´ã® example group ã®ãµãã¯ã©ã¹ã«ãªãã describe "root" do it "print ancestors" do p self.class.ancestors # => [RSpec::Core::ExampleGroup::Nested_1] end describe "nested" do it "print ancestors" do p self.class.ancestors # => [RSpec::Core::ExampleGroup:
{{#tags}}- {{label}}
{{/tags}}