writefully 0.7.1 → 0.8.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (60) hide show
  1. checksums.yaml +4 -4
  2. data/app/controllers/writefully/hooks_controller.rb +0 -1
  3. data/lib/writefully/version.rb +1 -1
  4. data/spec/controllers/writefully/hooks_controller_spec.rb +3 -3
  5. data/spec/controllers/writefully/posts_controller_spec.rb +6 -6
  6. data/spec/controllers/writefully/profiles_controller_spec.rb +1 -1
  7. data/spec/controllers/writefully/sites_controller_spec.rb +11 -11
  8. data/spec/dummy/config/environments/test.rb +1 -1
  9. data/spec/dummy/log/test.log +33951 -0
  10. data/spec/dummy/tmp/cache/assets/test/sprockets/064b3076e29f54ea572ca43d6c5950cc +0 -0
  11. data/spec/dummy/tmp/cache/assets/test/sprockets/10a3db2c46eda6a13304ca6e0a1b345f +0 -0
  12. data/spec/dummy/tmp/cache/assets/test/sprockets/13499b6c7d18232eec3833b2da20bee8 +0 -0
  13. data/spec/dummy/tmp/cache/assets/test/sprockets/1a0949ae830145a970f6e6acd480f305 +0 -0
  14. data/spec/dummy/tmp/cache/assets/test/sprockets/1df210fb71c4ccbca278fad13306bf5c +0 -0
  15. data/spec/dummy/tmp/cache/assets/test/sprockets/27f169f10004a868204f00082a680bf6 +0 -0
  16. data/spec/dummy/tmp/cache/assets/test/sprockets/3063f229c5edc0e8a3d82d7bf78024de +0 -0
  17. data/spec/dummy/tmp/cache/assets/test/sprockets/31c84f37a0c92c38be6459f19997c981 +0 -0
  18. data/spec/dummy/tmp/cache/assets/test/sprockets/34bc59cb9d803d72c1bf903f0d38608d +0 -0
  19. data/spec/dummy/tmp/cache/assets/test/sprockets/3882eeed4e9a47973464292ae6b88d87 +0 -0
  20. data/spec/dummy/tmp/cache/assets/test/sprockets/6ea1d153be37aa38d17f8c81d7c70194 +0 -0
  21. data/spec/dummy/tmp/cache/assets/test/sprockets/785a442c87f706a615c988fa33d00731 +0 -0
  22. data/spec/dummy/tmp/cache/assets/test/sprockets/7fa15886e652e64e6a0fac13fdee7d58 +0 -0
  23. data/spec/dummy/tmp/cache/assets/test/sprockets/82b92bb7c88523dc617b3c0c877aeade +0 -0
  24. data/spec/dummy/tmp/cache/assets/test/sprockets/887cd412e83cd552b19cc04e68c5648e +0 -0
  25. data/spec/dummy/tmp/cache/assets/test/sprockets/9585e2ce28771bee6186c313cf72b1c5 +0 -0
  26. data/spec/dummy/tmp/cache/assets/test/sprockets/9a76a76c7ca58a17fe2a861d2737e595 +0 -0
  27. data/spec/dummy/tmp/cache/assets/test/sprockets/9b9ee2a899dd8b3bfa592fba44ebf8d2 +0 -0
  28. data/spec/dummy/tmp/cache/assets/test/sprockets/9f26283d23f8fcbece9734b1c54a9754 +0 -0
  29. data/spec/dummy/tmp/cache/assets/test/sprockets/9f9f72b9edf89242aada0d52dbc57635 +0 -0
  30. data/spec/dummy/tmp/cache/assets/test/sprockets/a272b61436b4cf01330ffc350c326117 +0 -0
  31. data/spec/dummy/tmp/cache/assets/test/sprockets/a453b9010edf45237a7a16d37607312b +0 -0
  32. data/spec/dummy/tmp/cache/assets/test/sprockets/a8b93e1f061f64547b92633c5bde6b13 +0 -0
  33. data/spec/dummy/tmp/cache/assets/test/sprockets/adae8faa21b116471ec4285998d3f3cf +0 -0
  34. data/spec/dummy/tmp/cache/assets/test/sprockets/b0713552ff3161d776eaeaa9b27d27a1 +0 -0
  35. data/spec/dummy/tmp/cache/assets/test/sprockets/b83537e814e13cf03642ccc3d90fda13 +0 -0
  36. data/spec/dummy/tmp/cache/assets/test/sprockets/be3d324830c51fcceac2a0898770790c +0 -0
  37. data/spec/dummy/tmp/cache/assets/test/sprockets/c1208bf8d0e9714161d8e6ae61781efc +0 -0
  38. data/spec/dummy/tmp/cache/assets/test/sprockets/c9f8f326176558d7795d4bded9af31ce +0 -0
  39. data/spec/dummy/tmp/cache/assets/test/sprockets/d10e06dee94ddaa562f7df319407bf18 +0 -0
  40. data/spec/dummy/tmp/cache/assets/test/sprockets/d1238ae38ca7b9522d86d67ee367223e +0 -0
  41. data/spec/dummy/tmp/cache/assets/test/sprockets/d2c2fff5893ce8979ca48bab1c6f1c3a +0 -0
  42. data/spec/dummy/tmp/cache/assets/test/sprockets/e6cc0158fd6a5d9832d0a8360f59c05c +0 -0
  43. data/spec/dummy/tmp/cache/assets/test/sprockets/e8fafe37de58ddbf16ebaf5cdc988320 +0 -0
  44. data/spec/dummy/tmp/cache/assets/test/sprockets/ec087ce36122179bb861d53215650e43 +0 -0
  45. data/spec/dummy/tmp/cache/assets/test/sprockets/f7079f527bcb6eef066da10cacf1fa79 +0 -0
  46. data/spec/features/writefully/sites_feature_spec.rb +3 -3
  47. data/spec/lib/writefully/asset_spec.rb +2 -2
  48. data/spec/lib/writefully/content_spec.rb +1 -1
  49. data/spec/lib/writefully/indices_spec.rb +1 -1
  50. data/spec/lib/writefully/postable_spec.rb +4 -4
  51. data/spec/lib/writefully/source_spec.rb +4 -4
  52. data/spec/lib/writefully/taxon_spec.rb +6 -6
  53. data/spec/lib/writefully/tools/dispatcher_spec.rb +5 -5
  54. data/spec/lib/writefully/tools/hammer_spec.rb +7 -7
  55. data/spec/lib/writefully/tools/initializer_spec.rb +2 -2
  56. data/spec/lib/writefully/tools/pencil_spec.rb +2 -2
  57. data/spec/lib/writefully/tools/synchronizer_spec.rb +1 -1
  58. data/spec/lib/writefully/workers/handyman_spec.rb +5 -5
  59. data/spec/spec_helper.rb +4 -3
  60. metadata +90 -2
@@ -16,12 +16,12 @@ feature "WritefullySitesFeature" do
16
16
 
17
17
  scenario "should see site in index" do
18
18
  visit sites_path
19
- page.should have_content site.name
19
+ expect(page).to have_content site.name
20
20
  end
21
21
 
22
22
  scenario "should redirected and see posts" do
23
23
  visit site_path(site)
24
- page.should have_content post_1.title
25
- current_path.should eq site_posts_path(site)
24
+ expect(page).to have_content post_1.title
25
+ expect(current_path).to eq site_posts_path(site)
26
26
  end
27
27
  end
@@ -12,11 +12,11 @@ module Writefully
12
12
  its(:endpoint) { should eq 'codemy-net/posts/1-hash-selector-pattern/assets'}
13
13
 
14
14
  it "#url" do
15
- subject.url(Writefully::Storage.endpoint).should eq url
15
+ expect(subject.url(Writefully::Storage.endpoint)).to eq url
16
16
  end
17
17
 
18
18
  it "#convert_for" do
19
- subject.convert_for(content_details)["cover"].should include url
19
+ expect(subject.convert_for(content_details)["cover"]).to include url
20
20
  end
21
21
  end
22
22
  end
@@ -13,7 +13,7 @@ module Writefully
13
13
  } }
14
14
  subject(:content) { Writefully::Content.new(index) }
15
15
 
16
- its(:body) { should include "# Hash Selector Pattern" }
16
+ its(:body) { is_expected.to include "# Hash Selector Pattern" }
17
17
  its(:meta) { should eq meta }
18
18
  its(:slug) { should eq 'hash-selector-pattern' }
19
19
  its(:position) { should eq 1 }
@@ -11,7 +11,7 @@ module Writefully
11
11
  end
12
12
 
13
13
  it "#build_from" do
14
- Indices.build_from(full_path).should eq index
14
+ expect(Indices.build_from(full_path)).to eq index
15
15
  end
16
16
  end
17
17
  end
@@ -6,22 +6,22 @@ module Writefully
6
6
 
7
7
  describe "#klass_from" do
8
8
  it "should return Writefully::Tag" do
9
- subject.klass_from("tag").should eq "Writefully::Tag"
9
+ expect(subject.klass_from("tag")).to eq "Writefully::Tag"
10
10
  end
11
11
 
12
12
  it "should turn Playlist" do
13
- subject.klass_from("playlist").should eq "Playlist"
13
+ expect(subject.klass_from("playlist")).to eq "Playlist"
14
14
  end
15
15
  end
16
16
 
17
17
  it "should set published_at" do
18
18
  subject.publish = true
19
19
  subject.publish_resource
20
- subject.published_at.should_not be_nil
20
+ expect(subject.published_at).to_not be_nil
21
21
  end
22
22
 
23
23
  it "should taxonomize correctly" do
24
- subject.respond_to?(:playlists).should be_true
24
+ expect(subject.respond_to?(:playlists)).to be true
25
25
  end
26
26
  end
27
27
  end
@@ -11,13 +11,13 @@ module Writefully
11
11
  'posts/1-change-me/meta.yml',
12
12
  'posts/1-change-me/assets/writefully.png' ] }
13
13
 
14
- its(:to_load) { should =~ ['post', 'playlist'] }
15
- its(:valid_resources) { should =~ ['posts'] }
14
+ its(:to_load) { are_expected.to contain_exactly('post', 'playlist') }
15
+ its(:valid_resources) { are_expected.to contain_exactly('posts') }
16
16
 
17
17
  it "should open README" do
18
- subject.sample_content("README.md").should include "# Welcome to Writefully!"
18
+ expect(subject.sample_content("README.md")).to include "# Welcome to Writefully!"
19
19
  end
20
20
 
21
- its(:sample_content_paths) { should eq sample_paths }
21
+ its(:sample_content_paths) { are_expected.to eq sample_paths }
22
22
  end
23
23
  end
@@ -5,22 +5,22 @@ module Writefully
5
5
  subject(:taxon) { Taxon.new(["Ruby", "Functional"], ["Ruby"], "Writefully::Tag")}
6
6
 
7
7
  it "#non_existing" do
8
- subject.non_existing.first.name.should eq "Functional"
8
+ expect(subject.non_existing.first.name).to eq "Functional"
9
9
  end
10
10
 
11
- its(:selector) { should eq :"writefully/tag" }
12
- its(:type_attribute) { should eq ({ type: nil }) }
11
+ its(:selector) { is_expected.to eq :"writefully/tag" }
12
+ its(:type_attribute) { is_expected.to eq ({ type: nil }) }
13
13
 
14
14
  describe "when type is 'playlist'" do
15
15
  subject(:taxon) { Taxon.new(["Beginning Ruby", "Beginner"], ["Beginner"], "Playlist") }
16
16
  let(:attributes) { {name: "Beginning Ruby", slug: 'beginning-ruby', type: 'Playlist' } }
17
17
 
18
- its(:selector) { should eq :playlist }
19
- its(:type_attribute) { should eq ({type: "Playlist"}) }
18
+ its(:selector) { is_expected.to eq :playlist }
19
+ its(:type_attribute) { is_expected.to eq ({type: "Playlist"}) }
20
20
 
21
21
  it "#build_attributes" do
22
22
  built_attributes = subject.build_attributes("Beginning Ruby")
23
- built_attributes.should eq attributes
23
+ expect(built_attributes).to eq attributes
24
24
  end
25
25
  end
26
26
  end
@@ -21,7 +21,7 @@ module Writefully
21
21
  Dispatcher.any_instance.stub(:retry_job).and_return(false)
22
22
  Dispatcher.any_instance.stub(:dispatch).and_return(true)
23
23
  dispatch = Dispatcher.new
24
- dispatch.run_job.should be_true
24
+ expect(dispatch.run_job).to be true
25
25
  dispatch.terminate
26
26
  end
27
27
 
@@ -30,7 +30,7 @@ module Writefully
30
30
  Dispatcher.any_instance.stub(:dispatch).and_return(false)
31
31
  Dispatcher.any_instance.stub(:retry_job).and_return(true)
32
32
  dispatch = Dispatcher.new
33
- dispatch.run_job.should be_true
33
+ expect(dispatch.run_job).to be true
34
34
  dispatch.terminate
35
35
  end
36
36
  end
@@ -38,15 +38,15 @@ module Writefully
38
38
  it "should be job and valid" do
39
39
  Dispatcher.any_instance.stub(:job).and_return(job)
40
40
  dispatch = Dispatcher.new
41
- dispatch.job_valid?.should be_true
42
- dispatch.retry_valid?.should be_false
41
+ expect(dispatch.job_valid?).to be true
42
+ expect(dispatch.retry_valid?).to be false
43
43
  dispatch.terminate
44
44
  end
45
45
 
46
46
  it "should be retry" do
47
47
  Dispatcher.any_instance.stub(:job).and_return(retry_data)
48
48
  dispatch = Dispatcher.new
49
- dispatch.retry_valid?.should be_true
49
+ expect(dispatch.retry_valid?).to be true
50
50
  dispatch.terminate
51
51
  end
52
52
  end
@@ -32,21 +32,21 @@ module Writefully
32
32
  describe "#hook_config" do
33
33
  it "should be correct" do
34
34
  hammer = Hammer.new message
35
- hammer.hook_config.should eq hook_config
35
+ expect(hammer.hook_config).to eq hook_config
36
36
  hammer.terminate
37
37
  end
38
38
  end
39
39
 
40
40
  describe "#forge" do
41
41
  it "can forge" do
42
- Github::Repos.any_instance.stub(:create).and_return(true)
42
+ Github::Client::Repos.any_instance.stub(:create).and_return(true)
43
43
  hammer = Hammer.new message
44
- hammer.forge.should be_true
44
+ expect(hammer.forge).to be true
45
45
  hammer.terminate
46
46
  end
47
47
 
48
48
  it "should raise error" do
49
- Github::Repos.any_instance.stub(:create).and_raise(StandardError)
49
+ Github::Client::Repos.any_instance.stub(:create).and_raise(StandardError)
50
50
  hammer = Hammer.new message
51
51
  expect {
52
52
  hammer.forge
@@ -56,14 +56,14 @@ module Writefully
56
56
 
57
57
  describe "#add_hook_for" do
58
58
  it "should create hook" do
59
- Github::Repos::Hooks.any_instance.stub(:create).and_return(true)
59
+ Github::Client::Repos::Hooks.any_instance.stub(:create).and_return(true)
60
60
  hammer = Hammer.new message
61
- hammer.add_hook_for(site_slug).should be_true
61
+ expect(hammer.add_hook_for(site_slug)).to be true
62
62
  hammer.terminate
63
63
  end
64
64
 
65
65
  it "should raise error" do
66
- Github::Repos::Hooks.any_instance.stub(:create).and_raise(StandardError)
66
+ Github::Client::Repos::Hooks.any_instance.stub(:create).and_raise(StandardError)
67
67
  hammer = Hammer.new message
68
68
  expect {
69
69
  hammer.add_hook_for(site_slug)
@@ -9,8 +9,8 @@ module Writefully
9
9
 
10
10
  it "should have the correct command" do
11
11
  initializer = Initializer.new(message)
12
- initializer.content_folder_setup_command.should include message[:site_slug]
13
- initializer.content_folder_setup_command.should include message[:ssh_url]
12
+ expect(initializer.content_folder_setup_command).to include message[:site_slug]
13
+ expect(initializer.content_folder_setup_command).to include message[:ssh_url]
14
14
  initializer.terminate
15
15
  end
16
16
  end
@@ -30,7 +30,7 @@ module Writefully
30
30
 
31
31
  it "#computed_attributes" do
32
32
  pencil = Pencil.new(index)
33
- pencil.computed_attributes.should eq computed_attributes
33
+ expect(pencil.computed_attributes).to eq computed_attributes
34
34
  pencil.terminate
35
35
  end
36
36
 
@@ -55,7 +55,7 @@ module Writefully
55
55
  describe "#can_update_db" do
56
56
  it "can update" do
57
57
  pencil = Pencil.new(index)
58
- pencil.can_update_db?([true, true]).should be_true
58
+ expect(pencil.can_update_db?([true, true])).to be true
59
59
  pencil.terminate
60
60
  end
61
61
 
@@ -9,7 +9,7 @@ module Writefully
9
9
 
10
10
  it "should have the correct command" do
11
11
  sync = Synchronizer.new(message)
12
- sync.sync_command.should include message[:site_slug]
12
+ expect(sync.sync_command).to include message[:site_slug]
13
13
  sync.terminate
14
14
  end
15
15
  end
@@ -37,11 +37,11 @@ module Writefully
37
37
 
38
38
 
39
39
  s = site.reload
40
- s.repository["name"].should eq 'codemy-net'
41
- s.repository["id"].should eq '1234'
42
- s.repository["hook_id"].should eq '123'
43
- s.healthy.should be_true
44
- s.processing.should be_false
40
+ expect(s.repository["name"]).to eq 'codemy-net'
41
+ expect(s.repository["id"]).to eq '1234'
42
+ expect(s.repository["hook_id"]).to eq '123'
43
+ expect(s.healthy).to be true
44
+ expect(s.processing).to be false
45
45
 
46
46
  handyman.terminate
47
47
  end
data/spec/spec_helper.rb CHANGED
@@ -3,7 +3,7 @@ ENV["RAILS_ENV"] ||= 'test'
3
3
 
4
4
  require File.expand_path("../dummy/config/environment", __FILE__)
5
5
  require 'rspec/rails'
6
- require 'rspec/autorun'
6
+ require 'rspec/its'
7
7
  require 'capybara/rspec'
8
8
  require 'pry'
9
9
 
@@ -34,7 +34,9 @@ RSpec.configure do |config|
34
34
 
35
35
  config.include Writefully::Engine.routes.url_helpers
36
36
 
37
- config.mock_with :rspec
37
+ config.mock_with :rspec do |mocks|
38
+ mocks.syntax = :should
39
+ end
38
40
  # Remove this line if you're not using ActiveRecord or ActiveRecord fixtures
39
41
  config.fixture_path = "#{::Rails.root}/spec/fixtures"
40
42
 
@@ -42,7 +44,6 @@ RSpec.configure do |config|
42
44
  # examples within a transaction, remove the following line or assign false
43
45
  # instead of true.
44
46
  config.use_transactional_fixtures = true
45
- config.treat_symbols_as_metadata_keys_with_true_values = true
46
47
  config.filter_run :focus => true
47
48
  config.run_all_when_everything_filtered = true
48
49
  # If true, the base class of anonymous controllers will be inferred
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: writefully
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.7.1
4
+ version: 0.8.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Zack Siri
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-03-03 00:00:00.000000000 Z
11
+ date: 2015-03-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails
@@ -332,6 +332,20 @@ dependencies:
332
332
  - - ">="
333
333
  - !ruby/object:Gem::Version
334
334
  version: '0'
335
+ - !ruby/object:Gem::Dependency
336
+ name: rspec-its
337
+ requirement: !ruby/object:Gem::Requirement
338
+ requirements:
339
+ - - ">="
340
+ - !ruby/object:Gem::Version
341
+ version: '0'
342
+ type: :development
343
+ prerelease: false
344
+ version_requirements: !ruby/object:Gem::Requirement
345
+ requirements:
346
+ - - ">="
347
+ - !ruby/object:Gem::Version
348
+ version: '0'
335
349
  - !ruby/object:Gem::Dependency
336
350
  name: capybara
337
351
  requirement: !ruby/object:Gem::Requirement
@@ -508,6 +522,43 @@ files:
508
522
  - spec/dummy/content/codemy-net/posts/2-rails-flash-partials/assets/cover.png
509
523
  - spec/dummy/content/codemy-net/posts/2-rails-flash-partials/meta.yml
510
524
  - spec/dummy/db/schema.rb
525
+ - spec/dummy/log/test.log
526
+ - spec/dummy/tmp/cache/assets/test/sprockets/064b3076e29f54ea572ca43d6c5950cc
527
+ - spec/dummy/tmp/cache/assets/test/sprockets/10a3db2c46eda6a13304ca6e0a1b345f
528
+ - spec/dummy/tmp/cache/assets/test/sprockets/13499b6c7d18232eec3833b2da20bee8
529
+ - spec/dummy/tmp/cache/assets/test/sprockets/1a0949ae830145a970f6e6acd480f305
530
+ - spec/dummy/tmp/cache/assets/test/sprockets/1df210fb71c4ccbca278fad13306bf5c
531
+ - spec/dummy/tmp/cache/assets/test/sprockets/27f169f10004a868204f00082a680bf6
532
+ - spec/dummy/tmp/cache/assets/test/sprockets/3063f229c5edc0e8a3d82d7bf78024de
533
+ - spec/dummy/tmp/cache/assets/test/sprockets/31c84f37a0c92c38be6459f19997c981
534
+ - spec/dummy/tmp/cache/assets/test/sprockets/34bc59cb9d803d72c1bf903f0d38608d
535
+ - spec/dummy/tmp/cache/assets/test/sprockets/3882eeed4e9a47973464292ae6b88d87
536
+ - spec/dummy/tmp/cache/assets/test/sprockets/6ea1d153be37aa38d17f8c81d7c70194
537
+ - spec/dummy/tmp/cache/assets/test/sprockets/785a442c87f706a615c988fa33d00731
538
+ - spec/dummy/tmp/cache/assets/test/sprockets/7fa15886e652e64e6a0fac13fdee7d58
539
+ - spec/dummy/tmp/cache/assets/test/sprockets/82b92bb7c88523dc617b3c0c877aeade
540
+ - spec/dummy/tmp/cache/assets/test/sprockets/887cd412e83cd552b19cc04e68c5648e
541
+ - spec/dummy/tmp/cache/assets/test/sprockets/9585e2ce28771bee6186c313cf72b1c5
542
+ - spec/dummy/tmp/cache/assets/test/sprockets/9a76a76c7ca58a17fe2a861d2737e595
543
+ - spec/dummy/tmp/cache/assets/test/sprockets/9b9ee2a899dd8b3bfa592fba44ebf8d2
544
+ - spec/dummy/tmp/cache/assets/test/sprockets/9f26283d23f8fcbece9734b1c54a9754
545
+ - spec/dummy/tmp/cache/assets/test/sprockets/9f9f72b9edf89242aada0d52dbc57635
546
+ - spec/dummy/tmp/cache/assets/test/sprockets/a272b61436b4cf01330ffc350c326117
547
+ - spec/dummy/tmp/cache/assets/test/sprockets/a453b9010edf45237a7a16d37607312b
548
+ - spec/dummy/tmp/cache/assets/test/sprockets/a8b93e1f061f64547b92633c5bde6b13
549
+ - spec/dummy/tmp/cache/assets/test/sprockets/adae8faa21b116471ec4285998d3f3cf
550
+ - spec/dummy/tmp/cache/assets/test/sprockets/b0713552ff3161d776eaeaa9b27d27a1
551
+ - spec/dummy/tmp/cache/assets/test/sprockets/b83537e814e13cf03642ccc3d90fda13
552
+ - spec/dummy/tmp/cache/assets/test/sprockets/be3d324830c51fcceac2a0898770790c
553
+ - spec/dummy/tmp/cache/assets/test/sprockets/c1208bf8d0e9714161d8e6ae61781efc
554
+ - spec/dummy/tmp/cache/assets/test/sprockets/c9f8f326176558d7795d4bded9af31ce
555
+ - spec/dummy/tmp/cache/assets/test/sprockets/d10e06dee94ddaa562f7df319407bf18
556
+ - spec/dummy/tmp/cache/assets/test/sprockets/d1238ae38ca7b9522d86d67ee367223e
557
+ - spec/dummy/tmp/cache/assets/test/sprockets/d2c2fff5893ce8979ca48bab1c6f1c3a
558
+ - spec/dummy/tmp/cache/assets/test/sprockets/e6cc0158fd6a5d9832d0a8360f59c05c
559
+ - spec/dummy/tmp/cache/assets/test/sprockets/e8fafe37de58ddbf16ebaf5cdc988320
560
+ - spec/dummy/tmp/cache/assets/test/sprockets/ec087ce36122179bb861d53215650e43
561
+ - spec/dummy/tmp/cache/assets/test/sprockets/f7079f527bcb6eef066da10cacf1fa79
511
562
  - spec/features/writefully/sites_feature_spec.rb
512
563
  - spec/fixtures/writefully/authorships.yml
513
564
  - spec/fixtures/writefully/github_hook_test.json
@@ -593,7 +644,44 @@ test_files:
593
644
  - spec/dummy/content/codemy-net/posts/2-rails-flash-partials/meta.yml
594
645
  - spec/dummy/content/codemy-net/posts/2-rails-flash-partials/README.md
595
646
  - spec/dummy/db/schema.rb
647
+ - spec/dummy/log/test.log
596
648
  - spec/dummy/Rakefile
649
+ - spec/dummy/tmp/cache/assets/test/sprockets/064b3076e29f54ea572ca43d6c5950cc
650
+ - spec/dummy/tmp/cache/assets/test/sprockets/10a3db2c46eda6a13304ca6e0a1b345f
651
+ - spec/dummy/tmp/cache/assets/test/sprockets/13499b6c7d18232eec3833b2da20bee8
652
+ - spec/dummy/tmp/cache/assets/test/sprockets/1a0949ae830145a970f6e6acd480f305
653
+ - spec/dummy/tmp/cache/assets/test/sprockets/1df210fb71c4ccbca278fad13306bf5c
654
+ - spec/dummy/tmp/cache/assets/test/sprockets/27f169f10004a868204f00082a680bf6
655
+ - spec/dummy/tmp/cache/assets/test/sprockets/3063f229c5edc0e8a3d82d7bf78024de
656
+ - spec/dummy/tmp/cache/assets/test/sprockets/31c84f37a0c92c38be6459f19997c981
657
+ - spec/dummy/tmp/cache/assets/test/sprockets/34bc59cb9d803d72c1bf903f0d38608d
658
+ - spec/dummy/tmp/cache/assets/test/sprockets/3882eeed4e9a47973464292ae6b88d87
659
+ - spec/dummy/tmp/cache/assets/test/sprockets/6ea1d153be37aa38d17f8c81d7c70194
660
+ - spec/dummy/tmp/cache/assets/test/sprockets/785a442c87f706a615c988fa33d00731
661
+ - spec/dummy/tmp/cache/assets/test/sprockets/7fa15886e652e64e6a0fac13fdee7d58
662
+ - spec/dummy/tmp/cache/assets/test/sprockets/82b92bb7c88523dc617b3c0c877aeade
663
+ - spec/dummy/tmp/cache/assets/test/sprockets/887cd412e83cd552b19cc04e68c5648e
664
+ - spec/dummy/tmp/cache/assets/test/sprockets/9585e2ce28771bee6186c313cf72b1c5
665
+ - spec/dummy/tmp/cache/assets/test/sprockets/9a76a76c7ca58a17fe2a861d2737e595
666
+ - spec/dummy/tmp/cache/assets/test/sprockets/9b9ee2a899dd8b3bfa592fba44ebf8d2
667
+ - spec/dummy/tmp/cache/assets/test/sprockets/9f26283d23f8fcbece9734b1c54a9754
668
+ - spec/dummy/tmp/cache/assets/test/sprockets/9f9f72b9edf89242aada0d52dbc57635
669
+ - spec/dummy/tmp/cache/assets/test/sprockets/a272b61436b4cf01330ffc350c326117
670
+ - spec/dummy/tmp/cache/assets/test/sprockets/a453b9010edf45237a7a16d37607312b
671
+ - spec/dummy/tmp/cache/assets/test/sprockets/a8b93e1f061f64547b92633c5bde6b13
672
+ - spec/dummy/tmp/cache/assets/test/sprockets/adae8faa21b116471ec4285998d3f3cf
673
+ - spec/dummy/tmp/cache/assets/test/sprockets/b0713552ff3161d776eaeaa9b27d27a1
674
+ - spec/dummy/tmp/cache/assets/test/sprockets/b83537e814e13cf03642ccc3d90fda13
675
+ - spec/dummy/tmp/cache/assets/test/sprockets/be3d324830c51fcceac2a0898770790c
676
+ - spec/dummy/tmp/cache/assets/test/sprockets/c1208bf8d0e9714161d8e6ae61781efc
677
+ - spec/dummy/tmp/cache/assets/test/sprockets/c9f8f326176558d7795d4bded9af31ce
678
+ - spec/dummy/tmp/cache/assets/test/sprockets/d10e06dee94ddaa562f7df319407bf18
679
+ - spec/dummy/tmp/cache/assets/test/sprockets/d1238ae38ca7b9522d86d67ee367223e
680
+ - spec/dummy/tmp/cache/assets/test/sprockets/d2c2fff5893ce8979ca48bab1c6f1c3a
681
+ - spec/dummy/tmp/cache/assets/test/sprockets/e6cc0158fd6a5d9832d0a8360f59c05c
682
+ - spec/dummy/tmp/cache/assets/test/sprockets/e8fafe37de58ddbf16ebaf5cdc988320
683
+ - spec/dummy/tmp/cache/assets/test/sprockets/ec087ce36122179bb861d53215650e43
684
+ - spec/dummy/tmp/cache/assets/test/sprockets/f7079f527bcb6eef066da10cacf1fa79
597
685
  - spec/features/writefully/sites_feature_spec.rb
598
686
  - spec/fixtures/writefully/authorships.yml
599
687
  - spec/fixtures/writefully/github_hook_test.json