Sha256: 7c8e4aaa4435e3b1acfb9374da4a05c28a27570f3c2e37c1082b84adf7f836ee

Contents?: true

Size: 209 Bytes

Versions: 6

Compression:

Stored size: 209 Bytes

Contents

require 'test_helper'

class RedisControllerTest < ActionController::TestCase
  def test_returns_good_response
    get :ping
    response.success?.must_equal true
    response.body.must_equal "true"
  end
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
redis-kit-0.1.0 test/railsapi/test/functional/redis_controller_test.rb
redis-kit-0.0.6 test/railsapi/test/functional/redis_controller_test.rb
redis-kit-0.0.5 test/railsapi/test/functional/redis_controller_test.rb
redis-kit-0.0.4 test/railsapi/test/functional/redis_controller_test.rb
redis-kit-0.0.3 test/railsapi/test/functional/redis_controller_test.rb
redis-kit-0.0.2 test/railsapi/test/functional/redis_controller_test.rb