Sha256: 00f0adc4b554792afe877fbf9c20af1e8ed18e6878b4a3c5b3255deff1ede0c0

Contents?: true

Size: 253 Bytes

Versions: 75

Compression:

Stored size: 253 Bytes

Contents

# -*- coding: utf-8 -*-
require 'spec_helper'
require 'nkf'

describe EditorController do
  describe 'エディタ画面を表示する (GET index)' do
    it 'returns http success' do
      get :index
      response.should be_success
    end
  end
end

Version data entries

75 entries across 75 versions & 1 rubygems

Version Path
smalruby-editor-0.2.6-x86-mingw32 spec/controllers/editor_controller_spec.rb
smalruby-editor-0.2.6 spec/controllers/editor_controller_spec.rb
smalruby-editor-0.2.5-x86-mingw32 spec/controllers/editor_controller_spec.rb
smalruby-editor-0.2.5 spec/controllers/editor_controller_spec.rb
smalruby-editor-0.2.4-x86-mingw32 spec/controllers/editor_controller_spec.rb
smalruby-editor-0.2.4 spec/controllers/editor_controller_spec.rb
smalruby-editor-0.2.3-x86-mingw32 spec/controllers/editor_controller_spec.rb
smalruby-editor-0.2.3 spec/controllers/editor_controller_spec.rb
smalruby-editor-0.2.2-x86-mingw32 spec/controllers/editor_controller_spec.rb
smalruby-editor-0.2.2 spec/controllers/editor_controller_spec.rb
smalruby-editor-0.2.1-x86-mingw32 spec/controllers/editor_controller_spec.rb
smalruby-editor-0.2.1 spec/controllers/editor_controller_spec.rb
smalruby-editor-0.2.0-x86-mingw32 spec/controllers/editor_controller_spec.rb
smalruby-editor-0.2.0 spec/controllers/editor_controller_spec.rb
smalruby-editor-0.1.24-x86-mingw32 spec/controllers/editor_controller_spec.rb
smalruby-editor-0.1.24 spec/controllers/editor_controller_spec.rb
smalruby-editor-0.1.23-x86-mingw32 spec/controllers/editor_controller_spec.rb
smalruby-editor-0.1.23 spec/controllers/editor_controller_spec.rb
smalruby-editor-0.1.22-x86-mingw32 spec/controllers/editor_controller_spec.rb
smalruby-editor-0.1.22 spec/controllers/editor_controller_spec.rb