Feature: Write a file

Scenario: Write to hydra_test.txt

  1. Given a target file
    test/fixtures/features/step_definitions.rb:1
  2. When I write "HYDRA" to the file
    test/fixtures/features/step_definitions.rb:9
  3. Then "HYDRA" should be written in the file
    test/fixtures/features/step_definitions.rb:16