Skip to content

Commit

Permalink
Merge pull request #58 from rawfunkmaharishi/soundcloud-metedata
Browse files Browse the repository at this point in the history
Soundcloud metedata
  • Loading branch information
Sam Pikesley committed Nov 28, 2015
2 parents 06d6c0e + 7fb4024 commit 3798c49
Show file tree
Hide file tree
Showing 14 changed files with 131 additions and 727 deletions.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ RSpec::Core::RakeTask.new
#Cucumber::Rake::Task.new

Cucumber::Rake::Task.new(:features) do |t|
t.cucumber_opts = "features --tags ~@wip"
t.cucumber_opts = "features --tags ~@broken"
end

task :default => [:spec, :features, 'coveralls:push']
2 changes: 2 additions & 0 deletions features/duff-credentials.feature
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
@vcr
@announce-stdout
@announce-stderr
@broken
Feature: Missing or bad credentials

Scenario: Attempt to process SoundCloud URLs with missing credentials
Expand Down
3 changes: 2 additions & 1 deletion features/flickr-album.feature
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
@vcr
@broken
Feature: Flickr album

Scenario: Generate Flickr YAML for an album
Expand All @@ -10,7 +11,7 @@ Feature: Flickr album
"""
photographer_lookups:
pikesley: sam
"""
"""
When I successfully run `purdie fetch`
Then a file named "_data/flickr.yaml" should exist
And the file "_data/flickr.yaml" should contain:
Expand Down
1 change: 1 addition & 0 deletions features/rfm.feature
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
@clearconf
@vcr
@broken
Feature: First contact with the Real World

Scenario: Generate YAML for the Raw Funk Maharishi
Expand Down
26 changes: 0 additions & 26 deletions features/select-file.feature

This file was deleted.

Loading

0 comments on commit 3798c49

Please sign in to comment.