测试 Rspec: before hooks

hiveer · August 26, 2014 · 1789 hits

在使用 before hooks 的时候,如果除了 block,不传入参数

describe 'xxxx' do
  before { ... } do
    ...
  end
end

这个时候的 before hooks,是下面哪种情况?

before :suite
before :context
before :example
No Reply at the moment.
You need to Sign in before reply, if you don't have an account, please Sign up first.