github-css-rails 1.1.1 → 1.1.2
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.
- checksums.yaml +8 -8
- data/README.md +1 -1
- data/lib/github-css-rails/version.rb +1 -1
- data/spec/features/asset_pipeline_spec.rb +2 -1
- data/spec/spec_helper.rb +3 -0
- data/spec/test_app/config/routes.rb +1 -0
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,15 +1,15 @@
|
|
1
1
|
---
|
2
2
|
!binary "U0hBMQ==":
|
3
3
|
metadata.gz: !binary |-
|
4
|
-
|
4
|
+
MDlmZjQ0OGZiZjFlNDY0NTAzMzUwZmNmOThhZWRmNWJjYjJjZGE3NQ==
|
5
5
|
data.tar.gz: !binary |-
|
6
|
-
|
6
|
+
NmMxNWJhNjZiZWMxYmNiNzc5NTBmNWE3MzQ1NDcwOWY0ODk4NGVjYw==
|
7
7
|
SHA512:
|
8
8
|
metadata.gz: !binary |-
|
9
|
-
|
10
|
-
|
11
|
-
|
9
|
+
ZWE0NzE5NDBiMDQ3NWU0YzYxOGM1MGUwZmZlMGU1NjAzMWU3Mjc0ZjU0YzEy
|
10
|
+
NDJjYmRiOTUxODI4MGI3NjEyNjFjZGY0ZDJlMzhmZmU2ZjBlZDAxY2JkOGEx
|
11
|
+
MWVlYjJmNGE3NmQzMzc2MGEzMTUyMGMxMjhlMjMzMGZkZmY4Mzc=
|
12
12
|
data.tar.gz: !binary |-
|
13
|
-
|
14
|
-
|
15
|
-
|
13
|
+
YzRhZjIzZGM1YzA4YWFkMmU4NzRlYTJkMTBiNTg5OTg3NTU5NzRkOTVkMTI1
|
14
|
+
NDY3MWQ2OGJlYjVhNjY2ZDIwY2RkNTE0YjRmYjg4YzkyYTM1N2RhZDE3MTkw
|
15
|
+
MjU1MWNlODdkMjFmNzJiYzVkOGJkZGUwZDRiZDU3MTM4NTg4MTE=
|
data/README.md
CHANGED
@@ -2,7 +2,8 @@ require 'spec_helper'
|
|
2
2
|
|
3
3
|
feature 'Asset pipeline' do
|
4
4
|
scenario 'Browser requests application stylesheet' do
|
5
|
-
visit '
|
5
|
+
visit asset_path('application.css')
|
6
|
+
# save_and_open_page # for debugging (opens page in browser)
|
6
7
|
|
7
8
|
expect(page).to have_text(<<-EOF
|
8
9
|
/* Github Markdown Stylesheet */
|
data/spec/spec_helper.rb
CHANGED
@@ -15,6 +15,9 @@ require 'capybara/rspec'
|
|
15
15
|
require 'rspec/rails'
|
16
16
|
require 'rspec/autorun'
|
17
17
|
|
18
|
+
include Sprockets::Helpers::RailsHelper
|
19
|
+
include Sprockets::Helpers::IsolatedHelper
|
20
|
+
|
18
21
|
# Requires supporting ruby files with custom matchers and macros, etc,
|
19
22
|
# in spec/support/ and its subdirectories.
|
20
23
|
Dir[Rails.root.join("spec/support/**/*.rb")].each { |f| require f }
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: github-css-rails
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.1.
|
4
|
+
version: 1.1.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Doc Walker
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2013-12-
|
11
|
+
date: 2013-12-24 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: railties
|