Sha256: 064d6ce809448f3004abde427c0ebfa045e8a3ee4720e31bfe00eb03907dd52e

Contents?: true

Size: 254 Bytes

Versions: 5

Compression:

Stored size: 254 Bytes

Contents

require 'whitespace'
require 'param_test'
require 'test/unit'

class SingleParamTest < ActiveSupport::TestCase
  param_test "%s includes whitespace",
  ["hello world", "foo bar", "foo", "bar\n"] do |input|
    assert includes_whitespace? input
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
param_test-0.2.0 test/blog/single_param_test.rb
param_test-0.2.0.rc1 test/blog/single_param_test.rb
param_test-0.1.1 test/blog/single_param_test.rb
param_test-0.1.0 test/blog/single_param_test.rb
param_test-0.1.0.rc1 test/blog/single_param_test.rb