测试 Rspec: before hooks

hiveer · 2014年08月26日 · 1789 次阅读

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

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

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

before :suite
before :context
before :example
暂无回复。
需要 登录 后方可回复, 如果你还没有账号请 注册新账号