mirror of
https://github.com/TracksApp/tracks.git
synced 2026-03-04 12:00:16 +01:00
Use RSpec 'expect' instead of 'should'
This commit is contained in:
parent
4ee8c2e7fd
commit
7a3f90a020
20 changed files with 208 additions and 248 deletions
|
|
@ -4,7 +4,7 @@ When /^I click on the chart for actions done in the last 12 months$/ do
|
|||
end
|
||||
|
||||
Then /^I should see a chart$/ do
|
||||
page.should have_css("div.open-flash-chart")
|
||||
expect(page).to have_css("div.open-flash-chart")
|
||||
end
|
||||
|
||||
When /^I click on the chart for running time of all incomplete actions$/ do
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue