Sha256: 5b96f9846baec714368d854ef2e62461b424946e62f572c2cea24cdf5925b44f

Contents?: true

Size: 409 Bytes

Versions: 2

Compression:

Stored size: 409 Bytes

Contents

When /^he should see all available rooms in the list$/i do
  # FIXME this is already being checked in "he goes to the rooms index page"
  #       any better ideas?
  check_template("rooms index")
end

When /^he should see all the information available for this room$/i do
  # FIXME this is already being checked in "he goes to the show room page"
  #       any better ideas?
  check_template("show room")
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
bigbluebutton_rails-1.0.0 spec/rails_app/features/step_definitions/list_and_show_rooms_steps.rb
bigbluebutton_rails-0.1.0 spec/rails_app/features/step_definitions/list_and_show_rooms_steps.rb