Sha256: 1560658b5ddb920930c4fe6a814e5b108ca998367d5d22c262453b78a40d0ba8
Contents?: true
Size: 404 Bytes
Versions: 52
Compression:
Stored size: 404 Bytes
Contents
describe :language___LINE__, :shared => true do =begin before :each do CodeLoadingSpecs.spec_setup @path = File.expand_path("line_fixture.rb", CODE_LOADING_DIR) end after :each do CodeLoadingSpecs.spec_cleanup end it "equals the line number of the text in a loaded file" do @object.send(@method, @path).should be_true ScratchPad.recorded.should == [1, 5] end =end end
Version data entries
52 entries across 52 versions & 2 rubygems