Sha256: bbd95d7bc5a81b8e405f486ff1d93c6043c7aefff0539d9fbf2d83d8e43ca922

Contents?: true

Size: 238 Bytes

Versions: 18

Compression:

Stored size: 238 Bytes

Contents

require 'tmpdir'
require 'spec'
context "file writing" do
  it "writes to a file" do
    File.open(File.join(Dir.tmpdir, 'hydra_test.txt'), 'a') do |f|
      f.write "HYDRA"
    end
  end
  it 'could do so much more'  # pending spec
end

Version data entries

18 entries across 18 versions & 3 rubygems

Version Path
hydra-0.20.0 test/fixtures/write_file_with_pending_spec.rb
bellmyer-hydra-0.20.12 test/fixtures/write_file_with_pending_spec.rb
bellmyer-hydra-0.20.11 test/fixtures/write_file_with_pending_spec.rb
bellmyer-hydra-0.20.10 test/fixtures/write_file_with_pending_spec.rb
bellmyer-hydra-0.20.9 test/fixtures/write_file_with_pending_spec.rb
hydra-0.19.4 test/fixtures/write_file_with_pending_spec.rb
hydra-0.19.3 test/fixtures/write_file_with_pending_spec.rb
hydra-0.19.2 test/fixtures/write_file_with_pending_spec.rb
hydra-0.19.1 test/fixtures/write_file_with_pending_spec.rb
hydra-0.19.0 test/fixtures/write_file_with_pending_spec.rb
hydra-0.18.0 test/fixtures/write_file_with_pending_spec.rb
sskirby-hydra-0.17.1 test/fixtures/write_file_with_pending_spec.rb
sskirby-hydra-0.16.10 test/fixtures/write_file_with_pending_spec.rb
hydra-0.17.0 test/fixtures/write_file_with_pending_spec.rb
sskirby-hydra-0.16.9 test/fixtures/write_file_with_pending_spec.rb
hydra-0.16.7 test/fixtures/write_file_with_pending_spec.rb
hydra-0.16.6 test/fixtures/write_file_with_pending_spec.rb
hydra-0.16.5 test/fixtures/write_file_with_pending_spec.rb