Sha256: c618cb04b03bcf5f3e01767b2db52b44485f940d59decd97be47fae7bc7e977a
Contents?: true
Size: 445 Bytes
Versions: 3
Compression:
Stored size: 445 Bytes
Contents
require 'spec_helper' require 'ruby_app/application' require 'ruby_app/element' describe RubyApp::Element do include_context 'RubyApp::Elements' let(:element) { RubyApp::Element.new } describe 'positive' do describe 'get element by element_id' do specify { RubyApp::Application.execute(environment) { RubyApp::Element.get_element(element.element_id).should == element } } end end describe 'negative' do end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
RubyApp-0.0.8 | spec/element_spec.rb |
RubyApp-0.0.7 | spec/element_spec.rb |
RubyApp-0.0.6 | spec/element_spec.rb |