Sha256: 4c7a35ad0ddce0bfae3ffff4eb8c8eb19b4f8ed16173f5e810d88c1dd31bf807

Contents?: true

Size: 927 Bytes

Versions: 12

Compression:

Stored size: 927 Bytes

Contents

# encoding: utf-8
# language: ja
@javascript
@standalone
機能: Run - プログラムの実行(standaloneモード)
  シナリオ: 実行前にプログラムのシンタックスエラーをチェックできる
    前提 "Ruby" タブを表示する
    かつ プログラムの名前に "01.rb" を指定する
    かつ テキストエディタに "puts Hello, World!'" を入力済みである

    もし "実行ボタン" をクリックする
    かつ JavaScriptによるリクエストが終わるまで待つ

    ならば "メッセージ" に "エラー" を含むこと
    かつ "メッセージ" に "プログラムを実行できませんでした" を含むこと
    かつ "メッセージ" に "1行、19文字: syntax error, unexpected tSTRING_BEG, expecting keyword_do or '{' or '('" を含むこと
    かつ "メッセージ" に "1行: unterminated string meets end of file" を含むこと

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
smalruby-editor-0.1.5-x86-mingw32 spec/acceptance/standalone/run.feature
smalruby-editor-0.1.5 spec/acceptance/standalone/run.feature
smalruby-editor-0.1.4-x86-mingw32 spec/acceptance/standalone/run.feature
smalruby-editor-0.1.4 spec/acceptance/standalone/run.feature
smalruby-editor-0.1.3-x86-mingw32 spec/acceptance/standalone/run.feature
smalruby-editor-0.1.3 spec/acceptance/standalone/run.feature
smalruby-editor-0.1.2-x86-mingw32 spec/acceptance/standalone/run.feature
smalruby-editor-0.1.2 spec/acceptance/standalone/run.feature
smalruby-editor-0.1.1-x86-mingw32 spec/acceptance/standalone/run.feature
smalruby-editor-0.1.1 spec/acceptance/standalone/run.feature
smalruby-editor-0.1.0-x86-mingw32 spec/acceptance/standalone/run.feature
smalruby-editor-0.1.0 spec/acceptance/standalone/run.feature