Sha256: 30f74ac77ebb350b2d43a33495b3773ee23cd093b967e5d60cd13e57a02f03c0

Contents?: true

Size: 250 Bytes

Versions: 20

Compression:

Stored size: 250 Bytes

Contents

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

Version data entries

20 entries across 20 versions & 6 rubygems

Version Path
ngauthier-hydra-0.24.0 test/fixtures/write_file_with_pending_spec.rb
nulogy-hydra-0.26.0 test/fixtures/write_file_with_pending_spec.rb
arturop-hydra-0.25.0 test/fixtures/write_file_with_pending_spec.rb
arturop-hydra-0.24.0 test/fixtures/write_file_with_pending_spec.rb
hydra-0.24.0 test/fixtures/write_file_with_pending_spec.rb
nulogy-hydra-0.23.2.1 test/fixtures/write_file_with_pending_spec.rb
justinf-hydra-0.23.8 test/fixtures/write_file_with_pending_spec.rb
justinf-hydra-0.23.7 test/fixtures/write_file_with_pending_spec.rb
justinf-hydra-0.23.6 test/fixtures/write_file_with_pending_spec.rb
justinf-hydra-0.23.5 test/fixtures/write_file_with_pending_spec.rb
justinf-hydra-0.23.4 test/fixtures/write_file_with_pending_spec.rb
arturop-hydra-0.23.4 test/fixtures/write_file_with_pending_spec.rb
sskirby-hydra-0.23.3 test/fixtures/write_file_with_pending_spec.rb
hydra-0.23.3 test/fixtures/write_file_with_pending_spec.rb
hydra-0.23.2 test/fixtures/write_file_with_pending_spec.rb
hydra-0.23.1 test/fixtures/write_file_with_pending_spec.rb
hydra-0.23.0 test/fixtures/write_file_with_pending_spec.rb
hydra-0.22.2 test/fixtures/write_file_with_pending_spec.rb
hydra-0.22.1 test/fixtures/write_file_with_pending_spec.rb
hydra-0.22.0 test/fixtures/write_file_with_pending_spec.rb