Sha256: b7d717956ea5683d1990204f2418f1e34ae20c425d5633e39364a6a55bfc202d

Contents?: true

Size: 141 Bytes

Versions: 14

Compression:

Stored size: 141 Bytes

Contents

module DevelopmentModeSystemSpec
  class ClassShouldNotLoad
    class << self
      def is_loaded
        "yup!"
      end
    end
  end
end

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
fortitude-0.9.6-java spec/rails/templates/development_mode_system_spec/app/views/development_mode_system_spec/class_should_not_load.rb
fortitude-0.9.6 spec/rails/templates/development_mode_system_spec/app/views/development_mode_system_spec/class_should_not_load.rb
fortitude-0.9.5-java spec/rails/templates/development_mode_system_spec/app/views/development_mode_system_spec/class_should_not_load.rb
fortitude-0.9.5 spec/rails/templates/development_mode_system_spec/app/views/development_mode_system_spec/class_should_not_load.rb
fortitude-0.9.4-java spec/rails/templates/development_mode_system_spec/app/views/development_mode_system_spec/class_should_not_load.rb
fortitude-0.9.4 spec/rails/templates/development_mode_system_spec/app/views/development_mode_system_spec/class_should_not_load.rb
fortitude-0.9.3-java spec/rails/templates/development_mode_system_spec/app/views/development_mode_system_spec/class_should_not_load.rb
fortitude-0.9.3 spec/rails/templates/development_mode_system_spec/app/views/development_mode_system_spec/class_should_not_load.rb
fortitude-0.9.2-java spec/rails/templates/development_mode_system_spec/app/views/development_mode_system_spec/class_should_not_load.rb
fortitude-0.9.2 spec/rails/templates/development_mode_system_spec/app/views/development_mode_system_spec/class_should_not_load.rb
fortitude-0.9.1-java spec/rails/templates/development_mode_system_spec/app/views/development_mode_system_spec/class_should_not_load.rb
fortitude-0.9.1 spec/rails/templates/development_mode_system_spec/app/views/development_mode_system_spec/class_should_not_load.rb
fortitude-0.9.0-java spec/rails/templates/development_mode_system_spec/app/views/development_mode_system_spec/class_should_not_load.rb
fortitude-0.9.0 spec/rails/templates/development_mode_system_spec/app/views/development_mode_system_spec/class_should_not_load.rb