Sha256: 0c6b248a2efccfe436f5f69f78c1577c42c8f1a5c5e5161a7839e6bc4a0c876a

Contents?: true

Size: 664 Bytes

Versions: 6

Compression:

Stored size: 664 Bytes

Contents

require 'spec_helper'

describe RowsController do
  specify { should respond_to(:resource) }
  specify { should respond_to(:resources) }
  specify { should respond_to(:model_class) }
  specify { should respond_to(:model_name) }
  specify { should respond_to(:model_symbol) }
  specify { should respond_to(:model_symbol_plural) }
  specify { should respond_to(:resource_format) }

  specify { should respond_to(:index) }
  specify { should respond_to(:show) }
  specify { should respond_to(:new) }
  specify { should respond_to(:edit) }
  specify { should respond_to(:create) }
  specify { should respond_to(:update) }
  specify { should respond_to(:destroy) }
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
rows_controller-0.4.4 spec/controllers/rows_spec.rb
rows_controller-0.4.3 spec/controllers/rows_spec.rb
rows_controller-0.4.2 spec/controllers/rows_spec.rb
rows_controller-0.4.1 spec/controllers/rows_spec.rb
rows_controller-0.3.2 spec/controllers/rows_spec.rb
rows_controller-0.2.4 spec/controllers/rows_spec.rb