cavalle / steak

DISCONTINUED - The delicious combination of RSpec and Capybara for Acceptance BDD
MIT License
763 stars 32 forks source link

Options metadata with Steak #22

Closed medihack closed 13 years ago

medihack commented 13 years ago

In RSpec it is possible to use metadata options. For an example please see http://github.com/rspec/rspec-core/issues/issue/42 It would be nice to have that possibility in Steak too as this makes configuration a lot easier. presented in a live ticker", :selenium => true do

medihack commented 13 years ago

Never mind ... it was my fault ... it works. One can access the info by using example.options[].

cavalle commented 13 years ago

Exactly. A steak feature is just a rspec spec. So any functionality from RSpec is available in Steak

Cheers!