Sha256: 16d433636337cf59e4c173d89eaf26fbcca23ca0cb5bd8f1a2ec5cb306506224

Contents?: true

Size: 421 Bytes

Versions: 2

Compression:

Stored size: 421 Bytes

Contents

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

When /^he should see all the information available for this server$/i do
  # FIXME this is already being checked in "he goes to the show server page"
  #       any better ideas?
  check_template("show server")
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_servers_steps.rb
bigbluebutton_rails-0.1.0 spec/rails_app/features/step_definitions/list_and_show_servers_steps.rb