Sha256: b8c4c437e70a1b87a56c3237f2e4d68eac6410b003d8e331dc991da08c06dc61

Contents?: true

Size: 225 Bytes

Versions: 4

Compression:

Stored size: 225 Bytes

Contents

require File.join(__FILE__.gsub(/(.*)?\/spec\/.*$/, '\1'), 'spec/spec_helper')

describe Rtml::Widgets do
  it "should find Widgets affecting a target" do
    Rtml::Widgets.affecting("document").should_not be_empty
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
rtml-2.0.3 spec/lib/rtml/widgets_spec.rb
rtml-2.0.2 spec/lib/rtml/widgets_spec.rb
rtml-2.0.1 spec/lib/rtml/widgets_spec.rb
rtml-2.0.0.alpha.1 spec/lib/rtml/widgets_spec.rb