Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
C
cocoapods
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
gengmeiios
cocoapods
Commits
dffffaa1
Commit
dffffaa1
authored
Jul 05, 2013
by
Fabio Pelosin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[Integration] rename file
parent
73e471eb
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
Rakefile
Rakefile
+4
-4
integration.rb
spec/integration.rb
+0
-0
No files found.
Rakefile
View file @
dffffaa1
...
...
@@ -182,7 +182,7 @@ namespace :spec do
desc
"Run the integration spec"
task
:integration
=>
:unpack_fixture_tarballs
do
sh
"bundle exec bacon spec/integration
_2
.rb"
sh
"bundle exec bacon spec/integration.rb"
end
# Default task
...
...
@@ -198,7 +198,7 @@ namespace :spec do
sh
"bundle exec bacon
#{
specs
(
'**'
)
}
"
title
'Running Integration tests'
sh
"bundle exec bacon spec/integration
_2
.rb"
sh
"bundle exec bacon spec/integration.rb"
title
'Running examples'
Rake
::
Task
[
'examples:build'
].
invoke
...
...
@@ -220,7 +220,7 @@ namespace :spec do
end
title
'Running Integration tests'
sh
"bundle exec bacon spec/integration
_2
.rb"
sh
"bundle exec bacon spec/integration.rb"
title
'Running examples'
Rake
::
Task
[
'examples:build'
].
invoke
...
...
@@ -262,7 +262,7 @@ namespace :spec do
desc
"Rebuilds integration fixtures"
task
:rebuild_integration_fixtures
do
title
'Running Integration tests'
`bundle exec bacon spec/integration
_2
.rb`
`bundle exec bacon spec/integration.rb`
title
'Storing fixtures'
# Copy the files to the files produced by the specs to the after folders
...
...
spec/integration
_2
.rb
→
spec/integration.rb
View file @
dffffaa1
File moved
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment