Skip to content

Instantly share code, notes, and snippets.

@dmshvetsov
Created May 6, 2015 05:45
Show Gist options
  • Save dmshvetsov/eafceb2c551133c83b58 to your computer and use it in GitHub Desktop.
Save dmshvetsov/eafceb2c551133c83b58 to your computer and use it in GitHub Desktop.
RSpec File read stub by Anatoly Spektor
data = {:name => "test" , :description => "test"}.to_json
allow(File).to receive(:read).and_return(data)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment